mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
10 lines
193 B
C
10 lines
193 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif /* __cplusplus */
|
||
|
VOID htoa (unsigned int, char *);
|
||
|
VOID strcpy_(char *, const char *);
|
||
|
VOID strcpyw_(wchar_t*,wchar_t*);
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|