
C
Lucien_zhou
这个作者很懒,什么都没留下…
展开
-
Linux中的struct stat 结构体和 stat() 函数
Linux中的struct stat 结构体和 stat() 函数原创 2017-03-29 21:41:39 · 3797 阅读 · 1 评论 -
list_head双向链表的一些例子
文章部分内容来自网络或者书籍,用来自我梳理和总结,如有侵权,可以联系并予以删除1. 先上代码:#include <stdio.h>#include <stdlib.h>#include "list.h"typedef struct birthday { int day; int month; int year; struct list_head list;...原创 2018-04-02 21:57:39 · 749 阅读 · 0 评论 -
SIGHUP信号
SIGHUP信号原创 2018-01-28 20:56:49 · 4645 阅读 · 0 评论 -
可以用来编译出吃内存进程的代码段
可以用来编译出吃内存进程的代码段原创 2018-01-28 09:54:43 · 602 阅读 · 0 评论 -
由于指针问题导致的二叉树遍历出问题
由于指针问题导致的二叉树遍历出问题原创 2017-09-03 15:55:17 · 615 阅读 · 0 评论 -
extern类型的函数
extern类型的函数原创 2017-09-01 21:22:51 · 1203 阅读 · 0 评论 -
extern 全局变量2
extern 全局变量2原创 2017-09-08 00:08:59 · 592 阅读 · 0 评论 -
struct list_head list使用的一种错误
struct list_head list使用的一种错误原创 2017-08-25 22:14:19 · 871 阅读 · 0 评论 -
关于int整数转换存储到字符数组
关于int整数转换存储到字符数组原创 2017-06-04 20:11:06 · 8761 阅读 · 0 评论 -
C语言中几种16进制的输出格式
C语言中几种16进制的输出格式原创 2017-04-05 22:36:36 · 9229 阅读 · 0 评论 -
C语言中char字符为0时的情况
C语言中char字符为0时的情况原创 2017-03-26 22:18:21 · 16904 阅读 · 1 评论 -
strdup与strcpy具体的区别
strdup与strcpy具体的区别原创 2017-03-30 22:42:53 · 749 阅读 · 0 评论 -
对 list.h 的分析总结-步步更新
对 list.h 的自我分析总结原创 2018-04-01 20:45:40 · 998 阅读 · 0 评论