mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
2199ae9003
svn path=/trunk/; revision=26010
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
|