C語言庫函式 T類字母

2021-03-31 08:56:59 字數 2757 閱讀 5124

函式名: tan 

功  能: 正切函式 

用  法: double tan(double x); 

程式例: 

#include 

#include 

int main(void) 

函式名: tanh 

功  能: 雙曲正切函式 

用  法: double tanh(double x); 

程式例: 

#include 

#include 

int main(void) 

函式名: tell 

功  能: 取檔案指標的當前位置 

用  法: long tell(int handle); 

程式例: 

#include 

#include 

#include 

#include 

int main(void) 

write(handle, msg, strlen(msg)); 

printf("the file pointer is at byte %ld/n", tell(handle)); 

close(handle); 

return 0; 

}  函式名: textattr 

功  能: 設定文字屬性 

用  法: void textattr(int attribute); 

程式例: 

#include 

int main(void) 

return 0; 

}  函式名: textbackground 

功  能: 選擇新的文字背景顏色 

用  法: void textbackground(int color); 

程式例: 

#include 

int main(void) 

return 0; 

}  函式名: textcolor 

功  能: 在文字模式中選擇新的字元顏色 

用  法: void textcolor(int color); 

程式例: 

#include 

int main(void) 

return 0; 

}  函式名: textheight 

功  能: 返回以畫素為單位的字串高度 

用  法: int far textheight(char far *textstring); 

程式例: 

#include 

#include 

#include 

#include 

int main(void) 

/* draw some text on the screen */ 

for (i=1; i<11; i++) 

/* clean up */ 

getch(); 

closegraph(); 

return 0; 

}  函式名: textmode 

功  能: 將螢幕設定成文字模式 

用  法: void textmode(int mode); 

程式例: 

#include 

int main(void) 

函式名: textwidth 

功  能: 返回以畫素為單位的字串寬度 

用  法: int far textwidth(char far *textstring); 

程式例: 

#include 

#include 

#include 

#include 

int main(void) 

y = getmaxy() / 2; 

settextjustify(left_text, center_text); 

for (i=1; i<11; i++) 

/* clean up */ 

getch(); 

closegraph(); 

return 0; 

}  函式名: time 

功  能: 取一天的時間 

用  法: logn time(long *tloc); 

程式例: 

#include 

#include 

#include 

int main(void) 

函式名: tmpfile 

功  能: 以二進位制方式開啟暫存檔案 

用  法: file *tmpfile(void); 

程式例: 

#include 

#include 

int main(void) 

return 0; 

}  函式名: tmpnam 

功  能: 建立乙個唯一的檔名 

用  法: char *tmpnam(char *sptr); 

程式例: 

#include 

int main(void) 

函式名: tolower 

功  能: 把字元轉換成小寫字母 

用  法: int tolower(int c); 

程式例: 

#include 

#include 

#include 

int main(void) 

C語言庫函式 V類字母

函式名 vfprintf 功 能 送格式化輸出到一流中 用 法 int vfprintf file stream,char format,va list param 程式例 include include include file fp int vfpf char fmt,int main void...

C語言庫函式 V類字母

函式名 vfprintf 功 能 送格式化輸出到一流中 用 法 int vfprintf file stream,char format,va list param 程式例 include include include file fp int vfpf char fmt,int main void...

c語言庫函式

1 asll可現實字元 include library.h u8 lib int2string u32 number,u8 char s char s i 0 for j 0 j i 2 j return i description 初始化記憶體函式,以位元組為單位 param in pdst 目標...