QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 699|回复: 4

[请教]linux下C编程库文件的预定义

[复制链接]
发表于 2004-1-14 15:30:04 | 显示全部楼层 |阅读模式
我是个新手,在linux下编程时用到size_t,FILE*等预定义的类型,怎么样才能看到定义这些类型的头文件呢?

Thanks in advance.
发表于 2004-1-14 16:12:20 | 显示全部楼层
only from point of view about linux
you can think the "mktime" function return a kind type size_t,so you can type: man mktime
回复

使用道具 举报

 楼主| 发表于 2004-1-14 16:51:49 | 显示全部楼层
我指的是最初定义size_t和FILE*的地方,并不是函数继承以后的具体类型
回复

使用道具 举报

发表于 2004-1-21 18:23:49 | 显示全部楼层
FILE *在stdio.h中
size_t 一般是unsigned int
你可以考虑用grep -Rn size_t /usr/include
然后可以根据关键字(一般有typedef或者define来定义)再加上管道|grep typedef等
回复

使用道具 举报

 楼主| 发表于 2004-2-11 12:58:28 | 显示全部楼层
this helps a lot, thank u and sorry 4 responsing late!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-9 02:19 , Processed in 0.035778 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表