Telodendria/src/include/Util.h

11 lines
148 B
C
Raw Normal View History

#ifndef TELODENDRIA_UTIL_H
#define TELODENDRIA_UTIL_H
extern long
UtilServerTs(void);
extern char *
UtilUtf8Encode(unsigned long utf8);
#endif