为了方便记忆 谁知道里面一些函数和语句等的英文原文
比如 scanf是scan format
stdio是standard input and output
%c 是指 character
诸如此类的
为了方便记忆 谁知道里面一些函数和语句等的英文原文
比如 scanf是scan format
stdio是standard input and output
%c 是指 character
诸如此类的
这个主要靠积累,我可以告诉你几个常用的
getchar/putchar:get/put character
gets/puts:get/put string
printf:print format
int:integer
%s:string
stdlib:standard library
前缀
b:bool
lp:long pionter
dw:DWORd(double word)等等
数据类型:
UINT:unsigned int