add all of the new xml makefiles to the directory.xml thereby breaking rosapps for...
[reactos.git] / rosapps / tests / combotst / utils.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif /* __cplusplus */
4 VOID htoa (unsigned int, char *);
5 VOID strcpy_(char *, const char *);
6 VOID strcpyw_(wchar_t*,wchar_t*);
7 #ifdef __cplusplus
8 }
9 #endif