C
hgc89
OpenSource
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
About LONG INT SHORT in C
The length of LONG >= INT's >= SHORT's原创 2013-10-06 10:06:29 · 376 阅读 · 0 评论 -
About #define and typedef
I wrote a simplified version function of vsprintf(char *buf, char *fmt, va_list args). finally I found I use "#define va_list char *" rather than "typedef char * va_list" so , the following is t原创 2013-10-29 16:14:31 · 376 阅读 · 0 评论 -
print himself in c
I once read a book when i was in college,I forgot its full name,but I remember its small with name containning an 'e',its an interesting book, a question in this book ,write a program , print himself原创 2013-11-04 11:08:48 · 242 阅读 · 0 评论
分享