C语言函数括号中的内容怎么理解
intprintf(constchar*format,...);void*malloc(size_tsize);void*calloc(size_tnmemb,size_...
int printf(const char *format, ...);
void *malloc(size_t size);
void *calloc(size_t nmemb, size_t size);
void *realloc(void *ptr, size_t size);
int pthread_create(pthread_t *thread, const pthread_attr_t *attr,void *(*start_routine) (void *), void *arg);
我自己man了五个函数,比如第一个,int表示返回值是一个整型数据,括号里面翻译过来就是常量,字符,格式,可是为什么会理解成“%d .... ...”或者“%c... ...”呢??
以下几个又怎么理解呢?? 展开
void *malloc(size_t size);
void *calloc(size_t nmemb, size_t size);
void *realloc(void *ptr, size_t size);
int pthread_create(pthread_t *thread, const pthread_attr_t *attr,void *(*start_routine) (void *), void *arg);
我自己man了五个函数,比如第一个,int表示返回值是一个整型数据,括号里面翻译过来就是常量,字符,格式,可是为什么会理解成“%d .... ...”或者“%c... ...”呢??
以下几个又怎么理解呢?? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询