函數????????? 包含???????????? 類別???????????? 功能
_atold??????????? math.h?????????? 數學子程序?????? 把字符串轉換為浮點數
_beginthread????? process.h??????? 進程控制子程序?? 啟動執行一個新線程
_bios_disk??????? bios.h?????????? 接口子程序?????? 輸出BIOS磁盤驅動器服務
_bios_equiplist?? bios.h?????????? 接口子程序?????? 檢查設備
_bios_keybrd????? bios.h?????????? 接口子程序?????? 直接使用BIOS的鍵盤接口
_bios_memsize???? biosd.h????????? 存儲子程序?????? 返回內存大小
_bios_printer???? bios.h?????????? 接口子程序?????? 直接調用BIOS服務進行打印機I/O
_bios_timeofday?? bios.h?????????? 時間和日期子程序 讀取或設置BIOS時鐘
_biosserialcom??? bios.h?????????? 接口子程序?????? 進行串行I/O
_c_exit?????????? process.h??????? 進程控制子程序?? 不終止程序執行如同_exit的清除
_cexit??????????? process.h??????? 進程控制子程序?? 不終止程序執行如同_exit的清除
_chdrive????????? direct.h???????? 目錄控制子程序?? 設置當前驅動器
_chian_intr?????? dos.h??????????? 接口子程序
_chmode?????????? io.h???????????? 輸入輸出子程序?? 改變文件的存取權限
_clear87????????? float.h????????? 數學子程序?????? 清除浮點狀態字
_close??????????? io.h???????????? 輸入輸出子程序?? 關閉文件(3。1)以下版本
_control87??????? float.h????????? 數學子程序?????? 處理浮點控制字
_creat??????????? io.h???????????? 輸入輸出子程序?? 創建一個新文件或重寫一個已存在的文件
_disable????????? dos.h??????????? 接口子程序?????? 屏蔽中斷
_dos_allocmem???? dos.h??????????? 存儲子程序
_dos_close??????? dos.h??????????? 輸入輸出子程序?? 關閉一個文件
_dos_craete?????? dos.h??????????? 輸入輸出子程序?? 創建一個新文件或重寫一個已存在的文件
_dos_createnew??? dos.h??????????? 輸入輸出子程序?? 創建一個新文件
_dos_findfirst??? dos.h??????????? 目錄控制子程序?? 搜索一個磁盤目錄
_dos_findnext???? dos.h??????????? 目錄控制子程序?? 繼續_dos_findfirst的搜索
_dos_freemem????? dos.h??????????? 存儲子程序
_dos_getdate????? dos.h??????????? 時間和日期子程序 取得和設置系統日期
_dos_getdiskfre?? dos.h??????????? 目錄控制子程序?? 取得磁盤空閑空間
_dos_getdrive???? dos.h??????????? 目錄控制子程序?? 取得和設置當前驅動器號
_dos_getfileatt?? dos.h??????????? 輸入輸出子程序?? 取得和設置文件屬性
_dos_getftime???? dos.h??????????? 輸入輸出子程序?? 取得和設置文件日期和時間
_dos_gettime????? dos.h??????????? 時間和日期子程序 取得和設置系統時間
_dos_getvect????? dos.h??????????? 接口子程序?????? 取得中斷向量
_dos_keep???????? dos.h??????????? 接口子程序
_dos_open???????? dos.h??????????? 輸入輸出子程序?? 打開一個文件用于讀和寫
_dos_read???????? dos.h??????????? 輸入輸出子程序?? 從文件讀
_dos_setblock???? dos.h??????????? 存儲子程序
_dos_setdate????? dos.h??????????? 時間和日期子程序 設置系統日期
_dos_setdrive???? dos.h??????????? 目錄控制子程序?? 設置當前驅動器號
_dos_setfileatt?? dos.h??????????? 輸入輸出子程序?? 設置文件屬性
_dos_setfitme???? dos.h??????????? 輸入輸出子程序?? 設置文件時間
_dos_settime????? dos.h??????????? 時間和日期子程序 設置系統時間
_dos_setvect????? dos.h??????????? 接口子程序?????? 設置中斷向量
_dos_write??????? dos.h??????????? 輸入輸出子程序?? 寫向文件
_enable?????????? dos.h??????????? 接口子程序?????? 開硬件中斷
_exit???????????? process.h??????? 進程控制子程序?? 終止程序
_fpresent???????? float.h????????? 數學子程序?????? 重新初始化浮點數學包
_fsopen?????????? stdio.h????????? 輸入輸出子程序
_fullpath???????? stdlib.h???????? 目錄控制子程序?? 把相對路徑名轉換為絕對路徑名
_getdcwd????????? direct.h???????? 目錄控制子程序?? 取得指定驅動器的當前目錄
_getdrive???????? direct.h???????? 目錄控制子程序?? 取得當前驅動器號
_graphfreemem???? graphics.h?????? 圖形子程序?????? 可修改的圖形內存釋放函數
_graphgetmem????? graphics.h?????? 圖形子程序?????? 可修改的圖形內存分配函數
_harderr????????? dos.h??????????? 接口子程序?????? 建立一個硬件錯誤處理程序
_hardresume?????? dos.h??????????? 接口子程序?????? 硬件錯誤處理函數
_hardretn???????? dos.h??????????? 接口子程序?????? 硬件錯誤處理函數
_heapadd????????? alloc.h?????????????????????????? 添加一個塊到堆上
_heapmin????????? malloc.h????????????????????????? 釋放無用的堆區域
_heapset????????? malloc.h????????????????????????? 用一個常量值填充堆上的自由塊
_initEasyWin????? io.h????????????????????????????? 初始化Ease windows
_lrotl??????????? stdlib.h???????? 數學子程序?????? 將無符號長整型數向左循環移位
_lrotr??????????? stdlib.h???????? 數學子程序?????? 將無符號長整型數向右循環移位
_makeepath??????? stdlib.h???????? 目錄控制子程序?? 生成一個路徑
_matherrl???????? math.h?????????? 診斷子程序?????? 用戶可修改的數學錯誤處理程序
_matherrl???????? math.h?????????? 數學子程序?????? 用戶可修改的數學錯誤處理程序
_open???????????? io.h???????????? 輸入輸出子程序?? 打開一個文件進行讀和寫
_OvrInitEms?????? dos.h???????????????????????????? 初始化復蓋管理程序用于交換EMS內存
_OvrInitExt?????? dos.h???????????????????????????? 初始化復蓋管理程序用于交換EXT內存
_pclose?????????? stdio.h?????????????????????????? 等待一個管道命令結束
_popen??????????? stdio.h?????????????????????????? 創建一個子命令處理程序管道
_read???????????? io.h???????????? 輸入輸出子程序?? 讀文件(3。1以下版本)
_rotl???????????? stdlib.h???????? 嵌入子程序?????? 將一個無符號整數左循環移位
_rotl???????????? stdlib.h???????? 數學子程序?????? 把一個無符號整數左循環移位
_rotr???????????? stdlib.h???????? 嵌入子程序?????? 將一個無符號整數向左循環移位
_searchstr??????? stdlib.h????????????????????????? 為某文件查找某些目錄
_setcursortype??? graphics.h?????? 圖形子程序?????? 選擇光標類型
_setcursortype??? conio.h????????? 輸入輸出子程序?? 選擇光標類型
_setcursortype??? conio.h????????? 文本窗口顯示子程 選擇光標類型
_splitpath??????? stdlib.h???????? 目錄控制子程序?? 將一個全限定的路徑名分解各個成份
_status87???????? float.h????????? 數學子程序?????? 取浮點狀態
_strdate????????? stdlib.h???????? 轉換子程序?????? 把當前日期轉換成字符串
_strerror???????? string.h stdio?? 輸入輸出子程序?? 建立用戶定義的錯誤信息
_strtime????????? stdlib.h???????? 轉換子程序?????? 轉換當前日期為字符串
_strtold????????? stdlib.h???????? 轉換子程序
_strtold????????? stdlib.h???????? 數學子程序
_tolower????????? ctype.h????????? 轉換子程序?????? 把字符轉換成小寫字母
_write??????????? io.h???????????? 輸入輸出子程序?? 寫文件
abort???????????? process.h??????? 進程控制子程序?? 異常終止一進程
abs?????????????? stdlib.h compl?? 數學子程序?????? 返回整數的絕對值
absl????????????? math.h?????????? 數學子程序?????? 計算復數的模
absread?????????? dos.h??????????? 接口子程序?????? 讀磁盤的絕對扇區
abswrite????????? dos.h??????????? 接口子程序?????? 寫磁盤的絕對扇區
access??????????? io.h???????????? 輸入輸出子程序?? 確定文件的存取權限
acos????????????? math.h complex?? 數學子程序?????? 計算反余弦值
acosl???????????? math.h?????????? 數學子程序?????? 計算反余弦值
alloca??????????? malloc.h???????? 存儲子程序?????? 分配臨時堆棧空間
allocm??????????? dos.h??????????? 存儲子程序?????? 分配DOS內存
arc?????????????? graphics.h?????? 圖形子程序?????? 畫園弧
arg?????????????? complex.h??????? 數學子程序?????? 求復平面中一個復數的弧度
asctime?????????? time.h?????????? 時間和日期子程序 轉換日期和時間為對應的ASCII碼
asin????????????? math.h complex?? 數學子程序?????? 反正弦函數
asinl???????????? math.h?????????? 數學子程序?????? 反正弦函數
assert??????????? assert.h???????? 診斷子程序?????? 條件終止函數
atan2???????????? math.h complex?? 數學子程序?????? 計算y/x的反正切值
atan2l??????????? math.h?????????? 數學子程序?????? 計算y/x的反正切值
atof????????????? stdlib.h???????? 轉換子程序?????? 將字符串轉換為浮點數
atof????????????? math.h stdlib.?? 數學子程序?????? 將字符串轉換成浮點數
atoi????????????? stdlib.h???????? 轉換子程序?????? 將字符串轉換為整數
atoi????????????? stdlib.h???????? 數學子程序?????? 把字符串轉換成整型數
atol????????????? stdlib.h???????? 轉換子程序?????? 將字銜串轉換成長整型數
atol????????????? stdlib.h???????? 數學子程序?????? 抬字符串轉換為長整型
bar?????????????? graphics.h?????? 圖形子程序?????? 畫二維條形圖
bar3d???????????? graphics.h?????? 圖形子程序?????? 畫一個三維條形圖
bcd?????????????? bcd.h??????????? 數學子程序?????? 把一個數轉換為相對應的BCD碼
bdos????????????? dos.h??????????? 接口子程序?????? DOS系統調用
bdosptr?????????? dos.h??????????? 接口子程序?????? DOS系統調用
bioscom?????????? bios.h?????????? 接口子程序?????? I/O通訊
biosdisk????????? bios.h?????????? 接口子程序?????? 調用BIOS磁盤驅動程序
bioseqiplist????? bios.h?????????? 接口子程序?????? 檢查設備
bioskey?????????? bios.h?????????? 接口子程序?????? 調用BIOS的鍵盤接口
biosmemory??????? bios.h?????????? 接口子程序?????? 返加內存的大小
biosprintf??????? bios.h?????????? 接口子程序?????? 調用BIOS的打印I/O接口
biostime????????? bios.h?????????? 接口子程序?????? 讀取或設置BIOS時鐘
brk?????????????? alloc.h????????? 存儲子程序?????? 改變數據段內存分配
cabs????????????? math.h?????????? 數學子程序?????? 計算復數的模
calloc??????????? alloc.h stdlib?? 存儲子程序?????? 分配內存
ceil????????????? math.h?????????? 數學子程序?????? 舍入
ceill???????????? math.h?????????? 數學子程序?????? 舍入
cgets???????????? conio.h????????? 輸入輸出子程序?? 讀字符串
chdir???????????? dir.h??????????? 目錄控制子程序?? 改變當前目錄
chmod???????????? io.h???????????? 輸入輸出子程序?? 改變文件存取權限
chsize??????????? io.h???????????? 輸入輸出子程序?? 修改文件長度
circle??????????? graphics.h?????? 圖形子程序?????? 畫園
cleardevice?????? graphics.h?????? 圖形子程序?????? 清圖形屏幕
clearerr????????? io.h???????????? 輸入輸出子程序?? 復位錯誤標志
clearviewport???? graphics.h?????? 圖形子程序?????? 清除當前圖形窗口
close???????????? io.h???????????? 輸入輸出子程序?? 關閉文件
closedir????????? direct.h???????? 目錄控制子程序?? 關閉目錄流
closegraph??????? graphics.h?????? 圖形子程序?????? 關閉圖形系統
clreol??????????? conio.h????????? 文本窗口顯示子程 清除從當前光標位置到行尾的字符
clrscr??????????? conio.h????????? 文本窗口顯示子程 清除文本窗口,并把光標放在左上角
complex?????????? complex.h??????? 數學子程序?????? 創建復數
conj????????????? complex.h??????? 數學子程序?????? 求復數的共軛復數
coreleft????????? alloc.h stdlib?? 存儲子程序?????? 返順未使用的內存大小
cos?????????????? math.h complex?? 數學子程序?????? 計算余弦值
cosh????????????? math.h complex?? 數學子程序?????? 計算雙曲余弦值
coshl???????????? math.h?????????? 數學子程序?????? 計算雙曲余弦值
cosl????????????? math.h?????????? 數學子程序?????? 計算余弦值
country?????????? dos.h??????????? 接口子程序?????? 讀取與特定國家有關的格式
cprintf?????????? conio.h????????? 輸入輸出子程序?? 格式化并輸出數據到屏幕
cputs???????????? conio.h????????? 輸入輸出子程序?? 輸出一字符串到屏幕
creat???????????? io.h???????????? 輸入輸出子程序?? 創建一個新文件或重寫一個已存在的文件
creatnew????????? io.h???????????? 輸入輸出子程序?? 創建新文件
creattemp???????? io.h???????????? 輸入輸出子程序?? 創建一個文件名唯一的文件
cscanf??????????? conio.h????????? 輸入輸出子程序?? 從控制臺執行格式化輸入
ctime???????????? time.h?????????? 時間和日期子程序 把日期和時間轉化為對應的字符串
ctrlbrk?????????? dos.h??????????? 接口子程序?????? 設置CTRL-BREAK處理程序
delay???????????? dos.h??????????? 雜類子程序?????? 暫停DOS
delline?????????? conio.h????????? 文本窗口顯示子程 在文本窗口中刪去一行
detectgraph?????? graphics.h?????? 圖形子程序?????? 檢測硬件并確定使用何種圖形驅運程序和圖形
difftime????????? time.h?????????? 時間和日期子程序 計算二個時刻的時間差
disable?????????? dos.h??????????? 接口子程序?????? 屏蔽中斷
div?????????????? math.h?????????? 數學子程序?????? 將二個整數相除,返回商和余數
dosexterr???????? dos.h??????????? 接口子程序?????? 獲取擴展錯誤信息
dostounix???????? dos.h??????????? 時間和日期子程序 把日期和時間轉換成UNIX格式
drawpoly????????? graphics.h?????? 圖形子程序?????? 繪制多邊形
dup?????????????? io.h???????????? 輸入輸出子程序?? 復制文件句柄
dup2????????????? io.h???????????? 輸入輸出子程序?? 將一個文件句柄復制到一個已有的文件句柄
ecvt????????????? stdlib.h???????? 轉換子程序?????? 把浮點數轉換成字符串
ecvt????????????? stdlib.h???????? 數學子程序?????? 把浮點數轉換為字符串
elipse??????????? graphics.h?????? 圖形子程序?????? 繪制橢園
enable??????????? dos.h??????????? 接口子程序?????? 開硬件中斷
eof?????????????? io.h???????????? 輸入輸出子程序?? 檢測文件是否結束
execle??????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
execlp??????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
execlpe?????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
exect???????????? process.h??????? 進程控制子程序
execv???????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
execve??????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
execvp??????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
execvpe?????????? process.h??????? 進程控制子程序?? 裝入并運行其它程序
exit????????????? process.h??????? 進程控制子程序?? 終止程序
exp?????????????? math.h complex?? 數學子程序?????? 計算x的e次方
expl????????????? math.h?????????? 數學子程序?????? 計算y的e次方
fabs????????????? math.h?????????? 嵌入子程序?????? 返回浮點數的絕對值
fabs????????????? math.h?????????? 數學子程序?????? 返回浮點數的絕對值
fabsl???????????? math.h?????????? 數學子程序?????? 返回浮點數的絕對值
farcalloc???????? alloc.h????????? 存儲子程序?????? 從遠程堆中分配內存
farcoreleft?????? alloc.h????????? 存儲子程序?????? 返回遠程堆中未使用的內存大小
farfree?????????? alloc.h????????? 存儲子程序?????? 從遠程堆中釋放已分配內存
farheapcheck????? alloc.h????????? 存儲子程序?????? 校驗遠程堆中分配的內存塊
farheapcheckfre?? alloc.h????????? 存儲子程序?????? 檢查遠程堆中未分配的內存
farheapchecknod?? alloc.h????????? 存儲子程序?????? 檢栓查并證實遠程堆上的某個結點
farheapfillfree?? alloc.h????????? 存儲子程序?????? 將一個常量填充在遠程堆上的空閑內存中
farheapwalk?????? alloc.h????????? 存儲子程序?????? 按結點順序逐個查詢遠程堆
farmalloc???????? alloc.h????????? 存儲子程序?????? 從遠程堆中分配內存
farrealloc??????? alloc.h????????? 存儲子程序?????? 調整遠程堆中的已分配塊
fclose??????????? stdio.h????????? 輸入輸出子程序?? 關閉一個流
fcloseall???????? stdio.h????????? 輸入輸出子程序?? 關閉打開流
fcvt????????????? stdlib.h???????? 轉換子程序?????? 把浮點數轉的成字符串
fcvt????????????? stdlib.h???????? 數學子程序?????? 將浮點數轉換為字符串
fdopen??????????? stdio.h????????? 輸入輸出子程序?? 把流與一個文件句柄相連
fead????????????? stdio.h????????? 輸入輸出子程序?? 從流中讀數據
feof????????????? stdio.h????????? 輸入輸出子程序?? 檢測流上的文件結束標志
ferror??????????? stdio.h????????? 輸入輸出子程序?? 檢測流上的錯誤
fflush??????????? stdio.h????????? 輸入輸出子程序?? 刷新一個流
fgetc???????????? stdio.h????????? 輸入輸出子程序?? 從流中讀字符
fgetchar????????? stdio.h????????? 輸入輸出子程序?? 從流中讀字符
fgetpos?????????? stdio.h????????? 輸入輸出子程序?? 取得當前文件指針
fgets???????????? stdio.h????????? 輸入輸出子程序?? 從流中讀出一字符串
filelength??????? io.h???????????? 輸入輸出子程序?? 取文件長度
fileno??????????? stdio.h????????? 輸入輸出子程序?? 取得文件句柄
fillellips??????? graphics.h?????? 圖形子程序?????? 畫橢園餅
fillpoly????????? graphics.h?????? 圖形子程序?????? 畫多邊形
findfirst???????? dir.h??????????? 目錄控制子程序?? 查找第一個匹配文件
findnext????????? dir.h??????????? 目錄控制子程序?? 查找下一個匹配文件
floodfill???????? graphics.h?????? 圖形子程序?????? 填充區域
floor???????????? math.h?????????? 數學子程序?????? 下舍入
flushall????????? stdio.h????????? 輸入輸出子程序?? 刷新所有流
fmodl???????????? math.h?????????? 數學子程序?????? 計算x/y的余數
fnmerge?????????? dir.h??????????? 目錄控制子程序?? 建立文件路徑
fnspnit?????????? dir.h??????????? 目錄控制子程序?? 分解完整的路徑名
fopen???????????? stdio.h????????? 輸入輸出子程序?? 打開一個流
FP_OFF??????????? dos.h??????????? 接口子程序?????? 獲取遠地址偏移量
FP_SEG??????????? dos.h??????????? 接口子程序?????? 獲取遠地址段值
fprintf?????????? stdio.h????????? 輸入輸出子程序?? 傳送輸出到一個流中
fputc???????????? stdio.h????????? 輸入輸出子程序?? 送一個字符到一個流中
fputchar????????? stdio.h????????? 輸入輸出子程序?? 送一個字符到標準輸出
fputs???????????? stdio.h????????? 輸入輸出子程序?? 送一個字符串到流中
free????????????? alloc.h stdlib?? 存儲子程序?????? 釋放已分配的內存
freemem?????????? dos.h??????????? 接口子程序?????? 釋放先前分配的DOS內存
freopen?????????? stdio.h????????? 輸入輸出子程序?? 把一個新文件同打開的流相連
frexp???????????? math.h?????????? 數學子程序?????? 對雙精度數進行科學計算
frexpl??????????? math.h?????????? 數學子程序?????? 對雙精度數進行科學計算
fscanf??????????? stdio.h????????? 輸入輸出子程序?? 格式化輸入
fseek???????????? stdio.h????????? 輸入輸出子程序?? 移動文件指針
fsetpos?????????? stdio.h????????? 輸入輸出子程序
fstat???????????? stdio.h????????? 輸入輸出子程序
ftell???????????? stdio.h????????? 輸入輸出子程序?? 返回當前文件指針
ftime???????????? sys/timeb.h????? 時間和日期子程序 把當前時間存入timeb結構中
fwrite??????????? stdio.h????????? 輸入輸出子程序?? 把參數寫入流中
gcvt????????????? stdlib.h???????? 轉換子程序?????? 把浮點數轉換成字符串
gcvt????????????? stdlib.h???????? 數學子程序?????? 把浮點數轉換為字符串
geninterrupt????? dos.h??????????? 接口子程序?????? 產生軟中斷
getarccoords????? graphics.h?????? 圖形子程序?????? 取得最后一次調用arc的坐標
getaspectratio??? graphics.h?????? 圖形子程序?????? 返回當前圖形模式的縱橫比
getbrcolor??????? graphics.h?????? 圖形子程序?????? 返回當前背景顏色
getc????????????? stdio.h????????? 輸入輸出子程序?? 從流中取字符
getcbrk?????????? dos.h??????????? 接口子程序?????? 獲取Ctrl_break狀態
getch???????????? conio.h????????? 輸入輸出子程序?? 從鍵盤無回顯地讀一個字符
getchar?????????? stdio.h????????? 輸入輸出子程序?? 從stdin流中讀一個字符
getche??????????? conio.h????????? 輸入輸出子程序?? 從鍵盤回顯地讀一個字符
getcolor????????? graphics.h?????? 圖形子程序?????? 返回當前繪圖顏色
getcurdir???????? dir.h??????????? 目錄控制子程序?? 讀取指定驅動器的當前目錄
getcwd??????????? dir.h??????????? 目錄控制子程序?? 讀取當前目錄
getdate?????????? dos.h???????????????????????????? 取得并設置系統日期
getdefaultpulet?? graphics.h?????? 圖形子程序?????? 返回缺省調色板信息
getdefaults?????? graphics.h?????? 圖形子程序?????? 復位圖形設置
getdfree????????? dos.h??????????? 接口子程序?????? 讀取磁盤空閑空間
getdisk?????????? dir.h??????????? 目錄控制子程序?? 讀取當前磁盤驅動器號
getdrivename????? graphics.h?????? 圖形子程序?????? 返回指向當前圖形驅運程序名字的指針
getdta??????????? dos.h??????????? 接口子程序?????? 讀取磁盤傳輸地址
getenv??????????? stdlib.h????????????????????????? 讀取環境變量的當前值
getfat??????????? dos.h??????????? 接口子程序?????? 讀取指定驅動器的FAT信息
getfatd?????????? dos.h??????????? 接口子程序?????? 讀取驅動器的FAT信息
getfillpattern??? graphics.h?????? 圖形子程序?????? 將用戶定義的填充模式COPY到內存
getfillsettings?? graphics.h?????? 圖形子程序?????? 取得當前填充模式和填充顏色的有關信息
getftime????????? io.h???????????? 輸入輸出子程序?? 讀取文件日期和時間
getgraphmode????? graphics.h?????? 圖形子程序?????? 返加當前圖形模式
getlinesettings?? graphics.h?????? 圖形子程序?????? 讀取當前線形、模式和寬度
getmaxcolor?????? graphics.h?????? 圖形子程序?????? 返回可選的最大顏色有效值
getmaxmode??????? graphics.h?????? 圖形子程序?????? 返回當前驅動程序的最大圖形模式號
getmaxx?????????? graphics.h?????? 圖形子程序?????? 返回屏幕上最大的x坐標值
getmaxy?????????? graphics.h?????? 圖形子程序?????? 返回屏幕上最大的坐標值
getmodename?????? graphics.h?????? 圖形子程序?????? 返回指向含有指定圖形模式名字字符串的指針
getmoderange????? graphics.h?????? 圖形子程序?????? 獲取圖形驅動程序的指定的模式范圍
getpalette??????? graphics.h?????? 圖形子程序?????? 返回當前調色板的有關信息
getpalettesize??? graphics.h?????? 圖形子程序?????? 返回調色板的顏色數目
getpass?????????? conio.h????????? 輸入輸出子程序?? 讀入口令
getpid??????????? process.h??????? 進程控制子程序?? 讀取進程號
getpixel????????? graphics.h?????? 圖形子程序?????? 取得象素的顏色
getpsp??????????? dos.h??????????? 接口子程序?????? 讀取程序段前綴
gets????????????? stdio.h????????? 輸入輸出子程序?? 從標準輸入流(stdin)中讀取一字符串
gettext?????????? conio.h????????? 文本窗口顯示子程 考貝文本屏幕上的文本到內存
gettextinfo?????? conio.h????????? 文本窗口顯示子程 讀取文本模式的顯示信息
gettextsettings?? graphics.h?????? 圖形子程序?????? 返回當前圖形字體的有關信息
gettimage???????? graphics.h?????? 圖形子程序?????? 將指定區域的位圖象存入內存
gettime?????????? dos.h??????????? 時間和日期子程序 讀取系統時間
getvect?????????? dos.h??????????? 接口子程序?????? 讀取中斷向量
getverify???????? dos.h??????????? 接口子程序?????? 取得DOS的當前校驗狀態
getviewsettings?? graphics.h?????? 圖形子程序?????? 返回有關當前視區的有關信息
getw????????????? stdio.h????????? 輸入輸出子程序?? 從輸入流中讀取一整數
getx????????????? graphics.h?????? 圖形子程序?????? 返順當前圖形方式下位置的x坐標
gety????????????? graphics.h?????? 圖形子程序?????? 返順當前圖形方式下位置的y坐標
gmtime??????????? time.h?????????? 時間和日期子程序 把日期和時間轉換為格林威治標準時間
gotoxy??????????? conio.h????????? 文本窗口顯示子程 在文本窗口中定位文本坐標
grapherrormsg???? graphics.h?????? 圖形子程序?????? 返回一個指向錯誤信息串的指針
graphresult?????? graphics.h?????? 圖形子程序?????? 返回最后一次失敗圖形操作的錯誤代碼
harderr?????????? dos.h??????????? 接口子程序?????? 建立一個錯誤處理程序
hardresume??????? dos.h??????????? 接口子程序?????? 硬件錯誤處理函數
hardretn????????? dos.h??????????? 接口子程序?????? 硬件錯誤處理函數
heapcheck???????? alloc.h????????? 存儲子程序?????? 檢測堆
heapcheckfree???? alloc.h????????? 存儲子程序?????? 檢測堆上的自由塊
heapchecknode???? alloc.h????????? 存儲子程序?????? 檢測并且驗證堆上的一個結點
heapfillfree????? alloc.h?????????????????????????? 用一個常量填充堆上的自由塊
heapwalk????????? alloc.h????????? 存儲子程序?????? 檢測所有的堆
highvideo???????? conio.h????????? 文本窗口顯示子程 選擇高亮度字符
hypot???????????? math.h?????????? 數學子程序?????? 計算直角三角形的斜邊長
hypotl??????????? math.h?????????? 數學子程序?????? 計算直角三角形的斜邊長
imag????????????? complex.h??????? 數學子程序?????? 計算一個復數的虛部
imagesize???????? graphics.h??????????????????????? 返加保存位圖象所需的內存字節數
initgraph???????? graphics.h?????? 圖形子程序?????? 初始化圖形系統
inp?????????????? dos.h??????????? 接口子程序?????? 從硬件端口讀取一字節
inport??????????? dos.h??????????? 接口子程序?????? 從端口中讀取一個字
inportb?????????? dos.h??????????? 接口子程序?????? 從端口中讀取一個字節
inpw????????????? dos.h??????????? 接口子程序?????? 從硬件端口讀取一字節
insline?????????? conio.h????????? 文本窗口顯示子程 在文本窗口插入一空行
installuserdriv?? graphics.h?????? 圖形子程序?????? 安裝設備驅動程序到BGI設備驅動程序表中
installuserfont?? graphics.h?????? 圖形子程序?????? 安裝未嵌入BGI系統的字體文件
int86???????????? dos.h??????????? 接口子程序?????? 調用8086軟中斷
int86x??????????? dos.h??????????? 接口子程序?????? 調用8086軟中斷接口
intdos??????????? dos.h??????????? 接口子程序?????? 通用DOS中斷接口
intdosx?????????? dos.h??????????? 接口子程序?????? 通用DOS中斷接口
intr????????????? dos.h??????????? 接口子程序?????? 改變軟中斷接口
ioctl???????????? io.h???????????? 輸入輸出子程序?? I/O控制設備
isalnum?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isalpha?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isascii?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isatty??????????? io.h???????????? 輸入輸出子程序?? 檢查設備類型
iscntrl?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isdigit?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isgraph?????????? ctype.h????????? 分類子程序?????? 字符分類宏
islower?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isprint?????????? ctype.h????????? 分類子程序?????? 字符分類宏
ispunct?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isspace?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isupper?????????? ctype.h????????? 分類子程序?????? 字符分類宏
isxdigit????????? ctype.h????????? 分類子程序?????? 字符分類宏
itoa????????????? stdlib.h???????? 轉換子程序?????? 把整數轉換成字符串
itoa????????????? stdlib.h???????? 數學子程序?????? 把整數轉換為字符串
itoa????????????? stdlib.h???????? 數學子程序?????? 把整型數轉換為字符串
kbhit???????????? conio.h????????? 輸入輸出子程序?? 檢查當前按下的鍵
keep????????????? dos.h??????????? 接口子程序?????? 駐留并退出
labs????????????? stdlib.h???????? 數學子程序?????? 給出長型絕對值
ldexp???????????? math.h?????????? 數學子程序?????? 指數計算
ldexpl??????????? math.h?????????? 數學子程序?????? 指數計算
ldiv????????????? math.h?????????? 數學子程序?????? 二個長整數相除,返回商和余數
lfind???????????? stdlib.h????????????????????????? 線性搜索
line????????????? graphics.h?????? 圖形子程序?????? 在指定二點間畫一直線
linerel?????????? graphics.h?????? 圖形子程序?????? 從當前位置(CP)到與CP有一相對距離的點畫
lineto??????????? graphics.h?????? 圖形子程序?????? 從當前位置到(x,y)畫一直線
localeconv??????? locale.h???????? 雜類子程序?????? 返回指向當前local結構的指針
localtime???????? time.h?????????? 時間和日期子程序 把日期和時間轉換為結構
lock????????????? io.h???????????? 輸入輸出子程序?? 設置文件共享鎖
locking?????????? io.h???????????? 輸入輸出子程序?? 設置或復位文件共享鎖
log?????????????? math.hcpomplex?? 數學子程序?????? 計算x的自然對數
log10???????????? math.h complex?? 數學子程序?????? 計算log 10 (x)
log100??????????? math.h?????????? 數學子程序
logl????????????? math.h?????????? 數學子程序?????? 計算x的自然對數
longjmp?????????? setjmp.h???????? 雜類子程序?????? 執行非局部跳轉
lowvideo????????? conio.h????????? 文本窗口顯示子程 選擇低亮度字符
lsearch?????????? stdlib.h????????????????????????? 線性搜索
lseek???????????? io.h???????????? 輸入輸出子程序?? 移動文件指針
ltoa????????????? stdlib.h???????? 轉換子程序?????? 轉換長整型數為字符串
magesize????????? graphics.h?????? 圖形子程序
malloc??????????? alloc.h stdlib?? 存儲子程序?????? 分配內存
matherr?????????? math.h?????????? 診斷子程序?????? 用戶可修改的數學處理程序
matherr?????????? math.h?????????? 數學子程序?????? 用戶可修改的數學處理程序
max?????????????? stdlib.h????????????????????????? 返回二數中較大的數
mblen???????????? stdlib.h???????? 操作子程序?????? 決定多字節字符的長度
mbstowcs????????? stdlib.h???????? 操作子程序?????? 轉換多字節字符串到wchar_t數組
mbtowc??????????? mem.h string.h?? 操作子程序?????? 轉換我字節字符為wchar_t代碼
memccpy?????????? mem.h string.h?? 操作子程序?????? COPY一個n字節長的字符串
memchr??????????? mem.h??????????? 嵌入子程序?????? 在字符串中搜索字符
memchr??????????? mem.h string.h?? 操作子程序?????? 在字符串中搜索字符
memcmp??????????? mem.h??????????? 嵌入子程序?????? 比較二個字符串
memcmp??????????? mem.h string.h?? 操作子程序?????? 比較二個字符串
memcpy??????????? mem.h string.h?? 操作子程序?????? 考貝字符串
memicmp?????????? mem.h string.h?? 操作子程序?????? 比較二個字符串數組中的n個字節,忽略大小寫
memmove?????????? mem.h string.h?? 操作子程序?????? Copy塊中的n字符
memset??????????? mem.h string.h?? 操作子程序?????? 將一個內存塊的n個字節者設置為c
min?????????????? stdlib.h????????????????????????? 返加二數中較小的數
MK_FP???????????? dos.h??????????? 接口子程序?????? 設置一個遠指針
mkdir???????????? dir.h??????????? 目錄控制子程序?? 創建目錄
mktemp??????????? dir.h??????????? 目錄控制子程序?? 建立一個唯一的文件名
mktime??????????? time.h?????????? 時間和日期子程序 把時間轉換為日歷形式
modf????????????? math.h?????????? 數學子程序?????? 把雙精度數轉化為科學計算方法
modf????????????? math.h?????????? 數學子程序?????? 把雙精度數轉化為科學計算方法
modl????????????? math.h?????????? 數學子程序?????? 把雙精度數轉化為科學計算方法
movedata????????? mem.h string.h?? 操作子程序?????? 拷貝數據
moverel?????????? graphics.h?????? 圖形子程序?????? 從當前位置(CP)移動一相對距離
movetext????????? conio.h????????? 文本窗口顯示子程 將屏幕上文本從一個矩形區域Copy到另一個矩
moveto??????????? graphics.h?????? 圖形子程序?????? 從當前坐標位置(CP)移到(x,y)
movmem??????????? mem.h string.h?? 操作子程序?????? 移動一個長為length字符的串
norm????????????? complex.h??????? 數學子程序?????? 返回復數的模
normvideo???????? conio.h????????? 文本窗口顯示子程 選擇正常亮度字符
nosoound????????? dos.h??????????? 雜類子程序?????? 關閉PC機揚聲器
open????????????? io.h???????????? 輸入輸出子程序?? 打開一個文件進行讀和寫
opendir?????????? dirent.h???????? 目錄控制子程序?? 打開一個讀的目錄流
outp????????????? ocnio.h????????? 接口子程序?????? 向硬件端口輸出一個字節
outport?????????? dos.h??????????? 接口子程序?????? 輸出一個字到端口中
outportb????????? dos.h??????????? 接口子程序?????? 輸出一個字節到端口
outpw???????????? conio.h????????? 接口子程序?????? 向硬件端口輸出一個字
outtext?????????? graphics.h?????? 圖形子程序?????? 顯示一個字符串
outtextxy???????? graphics.h?????? 圖形子程序?????? 在指定位置顯示一字符串
parsfnm?????????? dos.h??????????? 接口子程序?????? 分析文件名
peek????????????? dos.h??????????? 接口子程序?????? 返回由segment:offset指定的內存中的字
peekb???????????? dos.h??????????? 接口子程序?????? 返回由segment:offset指定的內存中的字
perror??????????? errno.h????????? 診斷子程序?????? 打印系統錯誤信息
perror??????????? stdio.h????????? 輸入輸出子程序?? 打印系統錯誤信息
pieslice????????? graphics.h?????? 圖形子程序?????? 繪制并填充一個扇形
poke????????????? dos.h??????????? 接口子程序?????? 在由segment:offset指定的內存中存儲一個字
pokeb???????????? dos.h??????????? 接口子程序?????? 在由segment:offset指定的內存中存儲一個字
polar???????????? complex.h??????? 數學子程序?????? 用給定幅度和角度計算復數值
poly????????????? math.h?????????? 數學子程序?????? 根據參數產生一個多項式
polyl???????????? math.h?????????? 數學子程序?????? 根據參數產生一個多項式
pow?????????????? math.h complex?? 數學子程序?????? 計算x的y次方
pow10???????????? math.h?????????? 數學子程序?????? 計算函數10的p次方
pow101??????????? math.h?????????? 數學子程序?????? 計算函數10的p次方
powl????????????? math.h?????????? 數學子程序?????? 計算x的y次方
printf??????????? stdio.h????????? 輸入輸出子程序?? 寫格式化輸出到流中
putc????????????? stdio.h????????? 輸入輸出子程序?? 輸出一個字符到流中
putch???????????? conio.h????????? 輸入輸出子程序?? 向屏幕輸出一個字符
putchar?????????? stdio.h????????? 輸入輸出子程序?? 向stdout上輸出字符
putenv??????????? stdlib.h????????????????????????? 將字符中放于當前環境中
putimage????????? graphics.h?????? 圖形子程序?????? 輸出一個位圖象到圖形屏幕上
putpixel????????? graphics.h?????? 圖形子程序?????? 寫象素點
puts????????????? stdio.h????????? 輸入輸出子程序?? 輸出一字符串到標準輸出(stdout)
puttext?????????? conio.h????????? 文本窗口顯示子程 從內存區考貝文本到屏幕
putw????????????? stdio.h????????? 輸入輸出子程序?? 輸出一整數到流中
qsort???????????? stdlib.h????????????????????????? 用快速排序算法進行排序
raise???????????? signal.h???????? 進程控制子程序?? 向正在執行的進程發出一個軟中斷信號信號
rand????????????? stdlib.h???????? 數學子程序?????? 產生隨機數
randbrd?????????? dos.h??????????? 接口子程序?????? 隨機塊讀
randbwr?????????? dos.h??????????? 接口子程序?????? 隨機塊寫
random??????????? stdlib.h???????? 數學子程序?????? 隨機數發生器
randomize???????? stdlib.h???????? 數學子程序?????? 初始化隨機數發生器
read????????????? io.h???????????? 輸入輸出子程序?? 讀文件
readdir?????????? dirent.h???????? 目錄控制子程序?? 從一個目錄流讀取當前項
real????????????? complex.h??????? 數學子程序?????? 返回復數的虛部
realloc?????????? alloc.h stdlib?? 存儲子程序?????? 重新分配內存
rectangle???????? graphics.h?????? 圖形子程序?????? 畫一個矩形
registerbgidriv?? graphics.h?????? 圖形子程序?????? 注冊已加載或連接進來的圖形驅動程序
registerbgifont?? graphics.h?????? 圖形子程序?????? 注冊已連接進來的矢量字體代碼
remove??????????? stdio.h????????? 輸入輸出子程序?? 刪除一個文件
rename??????????? stdio.h????????? 輸入輸出子程序?? 文件改名
restorecrtmode??? graphics.h?????? 圖形子程序?????? 恢復屏幕為調用initgraph前的設置
rewind??????????? stdio.h????????? 輸入輸出子程序?? 把文件指針重定位于流的開始處
rewinddir???????? dirent.h???????? 目錄控制子程序?? 復位一個目錄流為第一項
rmdir???????????? dir.h??????????? 目錄控制子程序?? 刪 除目錄
rmtmp???????????? stdio.h????????? 輸入輸出子程序
rotr????????????? stdlib.h???????? 數學子程序
sbrk????????????? alloc.h????????? 存儲子程序?????? 改變數據段地址
scanf???????????? stdio.h????????? 輸入輸出子程序?? 格式化輸入
searchenv???????? stdlib.h???????? 目錄控制子程序?? 搜索一個文件的環境路徑
searchpath??????? dir.h??????????? 目錄控制子程序?? 按DOS路徑查找一個文件
sector??????????? graphics.h?????? 圖形子程序?????? 畫并填充橢園扇區
segread?????????? dos.h??????????? 接口子程序?????? 讀段寄存器值
set_new_handler?? new.h??????????? 存儲子程序?????? 設置不能進行分配時調用的函數
setactivepage???? graphics.h?????? 圖形子程序?????? 設置圖形輸出活動頁
setallpalette???? graphics.h?????? 圖形子程序?????? 改變所有的調色板顏色
setaspactratio??? graphics.h?????? 圖形子程序?????? 設置圖形縱橫比
setbkcolor??????? graphics.h?????? 圖形子程序?????? 用調 色板設置當前背景顏色
setblock????????? dos.h??????????? 存儲子程序?????? 修改已分配的內存大小
setbuf??????????? stdio.h????????? 輸入輸出子程序?? 把緩沖區與流相連
setcbrk?????????? dos.h??????????? 接口子程序?????? 設置Ctrl-Break
setcolor????????? graphics.h?????? 圖形子程序?????? 設置當前要畫的線的顏色
setdate?????????? dos.h??????????? 時間和日期子程序 設置DOS日期
setdisk?????????? dir.h??????????? 目錄控制子程序?? 設置當前驅動器
setdta??????????? dos.h??????????? 接口子程序?????? 設置磁盤傳輸地址
setfillpattern??? graphics.h?????? 圖形子程序?????? 選擇自定義的填充模式
setfillstyle????? graphics.h?????? 圖形子程序?????? 先擇填充模式和顏色
setftime????????? io.h???????????? 輸入輸出子程序?? 取得文件日期和時間
setgraphbufsize?? graphics.h?????? 圖形子程序?????? 改變內部圖形緩沖區的大小
setgraphmode????? graphics.h??????????????????????? 將系統設置成圖形模式并清屏
setjmp??????????? setjmp.h???????? 雜類子程序?????? 非局部跳轉
setlinestyle????? graphics.h?????? 圖形子程序?????? 設置當前畫線寬度和類型
setlocal????????? locale.h???????? 雜類子程序?????? 選擇一個國家語言信息
setmem??????????? string.h???????? 操作子程序?????? 設置內存
setmode?????????? io.h???????????? 輸入輸出子程序?? 設置打開文件方式
setpalette??????? graphics.h?????? 圖形子程序?????? 改變調色板的顏色
setrgbpalette???? graphics.h?????? 圖形子程序?????? 定義IBM8514圖形卡的顏色
settextjustify??? graphics.h?????? 圖形子程序?????? 為圖形函數設置文本的對齊方式
settextstyle????? graphics.h?????? 圖形子程序?????? 為圖形輸出設置當前的文本屬性
settime?????????? dos.h??????????? 時間和日期子程序 設置系統時間
setusercharsize?? graphics.h?????? 圖形子程序?????? 修改矢量字母的寬度和高度
setvbuf?????????? stdio.h????????? 輸入輸出子程序?? 使緩沖區與流相連
setvect?????????? dos.h??????????? 接口子程序?????? 設置向量中斷入口
setverify???????? dos.h??????????? 接口子程序?????? 設置DOS中的校驗標志狀態
setviewport?????? graphics.h?????? 圖形子程序?????? 為圖形輸出設置當前視口
setvisualpage???? graphics.h?????? 圖形子程序?????? 設置可見的圖形頁號
setwritemode????? graphics.h?????? 圖形子程序?????? 設置圖形方式下畫線的輸出模式
signal??????????? signal.h???????? 進程控制子程序?? 設置某一信號的對應動作
sin?????????????? math.h complex?? 數學子程序?????? 計算正弦值
sinh????????????? math.h complex?? 數學子程序?????? 計算雙曲正弦值
sinhl???????????? math.h?????????? 數學子程序?????? 計算雙曲正弦值
sinl????????????? math.h?????????? 數學子程序?????? 計算正弦值
sleep???????????? dos.h??????????? 接口子程序?????? 執行掛起一段時間
sopen???????????? io.h???????????? 輸入輸出子程序?? 打開一共享文件
sound???????????? dos.h??????????? 雜類子程序?????? 按指定頻率打開揚聲器
spawnl??????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnle?????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnlp?????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnlpe????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnv??????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnve?????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnvp?????????? process.h??????? 進程控制子程序?? 創建并運行子進程
spawnvpe????????? process.h??????? 進程控制子程序?? 創建并運行子進程
sprintf?????????? stdio.h????????? 輸入輸出子程序?? 送格式輸出到字符串
sqrt????????????? math.h complex?? 數學子程序?????? 計算參數平方根的絕對值
sqrtl???????????? math.h?????????? 數學子程序?????? 計算參數平方根的絕對值
srand???????????? stdlib.h???????? 數學子程序?????? 初始化隨機數發生器
sscanf??????????? stdio.h????????? 輸入輸出子程序?? 從某串中掃描格式化輸入
stackavail??????? malloc.h????????????????????????? 取得當前可用的堆棧空間
stat????????????? sys/stat.h?????? 輸入輸出子程序?? 讀取文件信息
stime???????????? time.h?????????? 時間和日期子程序 設置系統日期和時間
stpcpy??????????? string.h???????? 嵌入子程序?????? 考貝字符串
stpcpy??????????? string.h???????? 操作子程序?????? 考貝字符串
strcat??????????? string.h???????? 嵌入子程序?????? 串連接
strcat??????????? string.h???????? 操作子程序?????? 串連接
strchr??????????? string.h???????? 操作子程序?????? 搜索串中某個給定字符的第一次出現
strcmp??????????? string.h???????? 嵌入子程序?????? 串比較
strcmp??????????? string.h???????? 操作子程序?????? 串比較
strcmpi?????????? string.h????????????????????????? 比較二個串
strcoll?????????? string.h???????? 操作子程序?????? 比較二個串
strcpy??????????? string.h???????? 嵌入子程序?????? 串考貝
strerror????????? io.h???????????? 輸入輸出子程序?? 返回指向錯誤信息的指針
strftime????????? time.h?????????? 時間和日期子程序 時間的格式化輸出
strlen??????????? string.h???????? 嵌入子程序?????? 計算字符串的長度
strlen??????????? string.h???????? 操作子程序?????? 計算字符串的長度
strlwr??????????? string.h???????? 操作子程序?????? 轉換字符串中的大寫字母為小寫字母
strncat?????????? string.h???????? 嵌入子程序?????? 把字符串的一部分創附加到另一個字符串之后
strncat?????????? string.h???????? 操作子程序?????? 把字符串中的一部分附加到另一個串中之后
strncmp?????????? string.h???????? 嵌入子程序?????? 把串的一部分與另一個串的一部分進行比較
strncmpi????????? string.h???????? 操作子程序?????? 忽略大小寫的串的比較
strncpy?????????? string.h???????? 嵌入子程序?????? 將一個字符串的指定字符復制到另一個串上,
strncpy?????????? string.h???????? 操作子程序?????? 將一個字符串指定字符復制到另一個串上,可
strnicmp????????? string.h???????? 操作子程序?????? 將一個字符串與另一個字符串的一部分進行比
strnset?????????? string.h???????? 嵌入子程序?????? 將串中指定數目字節設置為字符
strnset?????????? string.h???????? 操作子程序?????? 將串中指定數目字節設置為字符
strpbrk?????????? string.h???????? 操作子程序?????? 搜索給定集合中任一字符在串中的第一次出現
strrchr?????????? string.h???????? 操作子程序?????? 搜索給定字符在在串中的最后出現
strrev??????????? string.h???????? 操作子程序?????? 顛倒串中各字符的順序
strset??????????? string.h???????? 嵌入子程序?????? 設置串中所有字符為給定字符
strset??????????? string.h???????? 操作子程序?????? 設置串中所有字符為給定字符
strspn??????????? string.h???????? 操作子程序?????? 搜索給定字符集的子集在串中第一次出現的段
strstr??????????? string.h????????????????????????? 掃描給定子串在一字符串中出現的位置
strtod??????????? stdlib.h???????? 轉換子程序?????? 把串轉換成雙精度數
strtod??????????? stdlib.h???????? 數學子程序?????? 把串轉換為雙精度數值
strtok??????????? string.h???????? 操作子程序?????? 搜索串中的某單詞,該單詞由第二個串中指定
strtol??????????? stdlib.h???????? 轉換子程序?????? 轉換串為長整型
strtol??????????? stdlib.h???????? 數學子程序?????? 轉換串為長整型數
strtoul?????????? stdlib.h???????? 轉換子程序?????? 把字符串轉換成給定基數的無符號長整型數
strtoul?????????? stdlib.h???????? 數學子程序?????? 把字符串轉換為給定基數的無符號長整型數
strupr??????????? string.h???????? 操作子程序?????? 轉稱字符串中的小寫字母為大寫字母
strxfrm?????????? string.h???????? 操作子程序?????? 轉換字符串中的一部分為指定的排序
swab????????????? stdlib.h????????????????????????? 交換字節
system??????????? stdlib.h????????????????????????? 執行DOS命令
tan?????????????? math.h complex?? 數學子程序?????? 計算正切值
tanh????????????? math.h complex?? 數學子程序?????? 計算參數x的雙曲正切值
tanhl???????????? math.h complex?? 數學子程序?????? 計算正切值
tanl????????????? math.h?????????? 數學子程序?????? 計算參數x的雙曲正切值
tell????????????? io.h???????????? 輸入輸出子程序?? 取文件指針的當前位置
tempnam?????????? stdio.h????????? 輸入輸出子程序?? 在指定的目錄創建唯一的文件名
textattr????????? conio.h????????? 文本窗口顯示子程 設置文本屬性
textbackground??? conio.h????????? 文本窗口顯示子程 選擇文本的背景顏色
textcolor???????? conio.h????????? 文本窗口顯示子程 選擇文本模式的前景顏色
textmode????????? conio.h????????? 文本窗口顯示子程 將屏幕設置成文本模式
textwidth???????? graphics.h?????? 圖形子程序?????? 返回以象素為單位的字符串寬度
time????????????? time.h?????????? 時間和日期子程序 取時間
tmpfile?????????? stdio.h????????? 輸入輸出子程序?? 以二進制方式打開文件
tmpnam??????????? stdio.h????????? 輸入輸出子程序?? 創建唯一的文件名
toacsii?????????? ctype.h????????? 轉換子程序?????? 轉換字符為ASCII格式
tolower?????????? ctype.h????????? 轉換子程序?????? 轉換字符為小寫
toupper?????????? ctype.h????????? 轉換子程序?????? 轉換字符為大寫
tzset???????????? time.h?????????? 時間和日期子程序 設置全局變量daylight,timezone,和tzname的
ultoa???????????? ctype.h????????? 轉換子程序?????? 轉換無符號長整型值為字符串
ultoa???????????? stdlib.h???????? 數學子程序?????? 轉換無符號長整型數為字符串
umask???????????? io.h???????????? 輸入輸出子程序?? 設文件讀/寫許可屏蔽
ungetc??????????? stdio.h????????? 輸入輸出子程序?? 把一個字符回送到輸入流中
ungetch?????????? conio.h????????? 輸入輸出子程序?? 把一個字符回送到鍵盤緩沖區
unixtodos???????? dos.h???????????????????????????? 把UNIX格式的日期和時間轉換為DOS格式
unlink??????????? stdlib.h???????? 接口子程序?????? 刪除文件
unlock??????????? stdio.h????????? 輸入輸出子程序?? 解除文件共享鎖
untime??????????? stdio.h????????? 輸入輸出子程序?? 設置文件時間和日期
va_arg??????????? stdarg.h????????????????????????? 實現可變參數表
vfprintf????????? stdio.h????????? 輸入輸出子程序?? 送格式化輸出到一流中
vfscanf?????????? stdio.h????????? 輸入輸出子程序?? 從流中搜索和格式化輸入
vprintf?????????? stdio.h????????? 輸入輸出子程序?? 送格式化輸出到stdout
vscanf??????????? stdio.h????????? 輸入輸出子程序?? 從stdin中搜索和格式化輸入
vsprintf????????? stdio.h????????? 輸入輸出子程序?? 送格式化輸出到串中
vsscanf?????????? io.h???????????? 輸入輸出子程序?? 從流中搜索和格式化輸入
wait????????????? process.h???????????????????????? 等待一個或多個進程終止
wcstombs????????? stdlib.h???????? 操作子程序?????? 轉換一個wchar_t為一個多字節串
wctomb??????????? stdlib.h???????? 操作子程序?????? 轉換wchar_t代碼為一個多字節字符
wherex??????????? conio.h????????? 文本窗口顯示子程 繪出窗口內光標水平位置
wherey??????????? conio.h????????? 文本窗口顯示子程 給出窗口內光標垂直位置
window??????????? conio.h????????? 文本窗口顯示子程 創建活動文本模式窗口
write???????????? io.h????????????????????????????? 寫文件