随笔分类 -  C

摘要:#include#includeint compare_integers(void const *a, void const *b){ register int const *pa = a; register int const *pb = b; return *pa > ... 阅读全文
posted @ 2014-09-14 09:37 yshy 阅读(468) 评论(0) 推荐(0) 编辑
摘要:#include#includeint main(void){ char const *str[] = { "this is a pointer array test.", "welcome to here!", "hello,hello,hehe."... 阅读全文
posted @ 2014-08-26 06:54 yshy 阅读(162) 评论(0) 推荐(0) 编辑
摘要:#include#includechar *find_char(char const *source_str, char const *desc_str);int main(void){ char *source_str = "ABCDEF"; char *desc_str = "MMD... 阅读全文
posted @ 2014-06-29 10:28 yshy 阅读(222) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示