Ignore:
Timestamp:
Apr 10, 2003, 12:26:25 PM (22 years ago)
Author:
sandervl
Message:

PF: Header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/msvcrt/conio.h

    r8207 r10004  
    1515#endif
    1616
    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);
     17char*       MSVCRT__cgets(char*);
     18int         MSVCRT__cprintf(const char*,...);
     19int         MSVCRT__cputs(const char*);
     20int         MSVCRT__cscanf(const char*,...);
     21int         MSVCRT__getch(void);
     22int         MSVCRT__getche(void);
    2323int         _kbhit(void);
    2424int         _putch(int);
    25 int         _ungetch(int);
     25int         MSVCRT__ungetch(int);
    2626
    2727#ifdef _M_IX86
Note: See TracChangeset for help on using the changeset viewer.