Atlas - CONIO.H
Home / ext / JunkDrawer / DOS / BuildTools / v4.0 / BLD / INC Lines: 1 | Size: 918 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/*** 2*conio.h - console and port I/O declarations 3* 4* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. 5* 6*Purpose: 7* This include file contains the function declarations for 8* the MS C V2.03 compatible console and port I/O routines. 9* 10*******************************************************************************/ 11 12 13#ifndef NO_EXT_KEYS /* extensions enabled */ 14 #define _CDECL cdecl 15#else /* extensions not enabled */ 16 #define _CDECL 17#endif /* NO_EXT_KEYS */ 18 19/* function prototypes */ 20 21char * _CDECL cgets(char *); 22int _CDECL cprintf(char *, ...); 23int _CDECL cputs(char *); 24int _CDECL cscanf(char *, ...); 25int _CDECL getch(void); 26int _CDECL getche(void); 27int _CDECL inp(unsigned int); 28unsigned _CDECL inpw(unsigned int); 29int _CDECL kbhit(void); 30int _CDECL outp(unsigned int, int); 31unsigned _CDECL outpw(unsigned int, unsigned int); 32int _CDECL putch(int); 33int _CDECL ungetch(int); 34 35[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.