libxconv/xconv.h

8 lines
82 B
C

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