home *** CD-ROM | disk | FTP | other *** search
- * FD file for CCLib.library
- * Created 1990 by Detlef Würkner (TetiSoft)
- * 13-01-91 TetiSoft Implemented V 3.0 new functions
- ##base _CCLibBase
- ##bias 30
- ##public
- SetSTDIO()
- GetSTDIO()
- ClearSTDIO()
- closeall()
- SetAbortFunc()
- ClearAbortFunc()
- SetupSTDIO()
- strerror()
- open()
- close()
- unlink()
- stat()
- rename()
- read()
- write()
- creat()
- lseek()
- isatty()
- access()
- fopen()
- freopen()
- fclose()
- fdopen()
- getbuff()
- setvbuf()
- mktemp()
- tmpnam()
- tmpfile()
- putc()
- aputc()
- getc()
- agetc()
- getchar()
- ungetc()
- putw()
- puts()
- puterr()
- fwrite()
- perror()
- fseek()
- ftell()
- fflush()
- getw()
- fread()
- gets()
- fgets()
- fputs()
- * The following functions declared as private by TetiSoft
- * They might use floating point routines, but a different format as HCC
- ##private
- scanf()
- printf()
- fscanf()
- fprintf()
- sscanf()
- sprintf()
- ##public
- _alloc()
- _fre()
- _freall()
- sbrk()
- heap_alloc()
- heap_free()
- malloc()
- calloc()
- realloc()
- free()
- be_free()
- malloc_size()
- freeall()
- inst_node()
- put_head()
- add_head()
- put_tail()
- add_tail()
- remv_head()
- remv_tail()
- remv_list()
- r_node()
- remv_node()
- atoi()
- atol()
- * The following function declared as private by TetiSoft
- * It might use floating point routines, but a different format as HCC
- ##private
- atof()
- ##public
- ltoa()
- stoa()
- bcmp()
- bcopy()
- bzero()
- memccpy()
- memchr()
- memcmp()
- memcpy()
- memset()
- memswap()
- index()
- rindex()
- strupr()
- stpcrlf()
- strcat()
- strchr()
- strcmp()
- strcpy()
- strcspn()
- strlen()
- strncat()
- strcmpa()
- strncmp()
- strncpy()
- strpbrk()
- strrchr()
- strspn()
- strstr()
- strtok()
- strrv()
- strnrv()
- bcpl_strcpy()
- vquicksort()
- toupper()
- quicksort()
- qsort()
- cli_parse()
- wb_parse()
- * The following functions declared as private by TetiSoft
- * They might use floating point routines, but a different format as HCC
- ##private
- vprintf()
- vfprintf()
- vsprintf()
- ##public
- fgetpos()
- fsetpos()
- time()
- clock()
- gmtime()
- asctime()
- ctime()
- localtime()
- mktime()
- difftime()
- strftime()
- scdir()
- scdir_clean()
- tolower()
- setenv()
- getenv()
- stat_()
- wb_exec()
- wbexec()
- wbAexec()
- wait_child()
- wait_children()
- signal_child()
- kill()
- kill_children()
- cliexec()
- exec()
- ##end
-