libxconv/xconv.h

8 lines
66 B
C

#ifndef _XCONV_H
size_t xconv(char *, char *, size_t);
#endif