852  14

	 / 	
getche	int getche(void)       	conio.h
getpass	char *getpass(const char *prompt)            prompt;   	conio.h
gets	char *gets(char *s)   stdin	stdio.h
getw	int getw(FILE *stream)     stream	stdio.h
kbhit	int kbhit(void)   ;         0	conio.h
FileSeek	int FileSeek(int Handle, int Offset, int Origin)     Handle,   FileOpen  FileCreate,  Offset    Origin;  0   	SysU-tils.hpp
Iseek	long lseek(int handle, long offset, int fromwhere)     handle  offset    fromwhere;  0   	io.h
perror	void perror(const char *s)       s	stdio.h
printf	int printf(const char *format [, argument, ...])    stdout   argument   format	stdio.h
putc	int putc(int , FILE *stream)     stream	stdio.h
putch	int putch(int )    	conio.h
putchar	int putchar(int ),     stdout;  putc(c,stdout)	stdio.h
puts	int puts(const char *s)  s  stdout     	stdio.h
puttext	int puttext(int left, int top, int right, int bottom, void *source)    source          left, top, right, bottom	conio.h