aboutsummaryrefslogblamecommitdiffstats
path: root/support.h
blob: c0b9c34dc05b33ca0b88d8c69249de203b5deaa8 (plain) (tree)
1
2
3
4
5
6
7






                           





                                
 
#ifdef HAVE_LIBGEN_H
#include <libgen.h>
#else
char *basename(char *path);
#endif



int charset_init(void);
int charset_close(void);
char *utf8_to_locale(char *str);