mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
8 lines
96 B
C
8 lines
96 B
C
|
/* prototypes for CHCP.C */
|
||
|
|
||
|
|
||
|
#ifdef INCLUDE_CMD_CHCP
|
||
|
|
||
|
INT CommandChcp (LPTSTR, LPTSTR);
|
||
|
|
||
|
#endif
|