Changeset 10004 for trunk/include/win/msvcrt/conio.h
- Timestamp:
- Apr 10, 2003, 12:26:25 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/msvcrt/conio.h
r8207 r10004 15 15 #endif 16 16 17 char* _cgets(char*);18 int _cprintf(const char*,...);19 int _cputs(const char*);20 int _cscanf(const char*,...);21 int _getch(void);22 int _getche(void);17 char* MSVCRT__cgets(char*); 18 int MSVCRT__cprintf(const char*,...); 19 int MSVCRT__cputs(const char*); 20 int MSVCRT__cscanf(const char*,...); 21 int MSVCRT__getch(void); 22 int MSVCRT__getche(void); 23 23 int _kbhit(void); 24 24 int _putch(int); 25 int _ungetch(int);25 int MSVCRT__ungetch(int); 26 26 27 27 #ifdef _M_IX86
Note:
See TracChangeset
for help on using the changeset viewer.