⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datatype_dec.h

📁 cygwin下的包含各种c基本操作的demo程序
💻 H
字号:
#ifndef _DATATYPE_DEC_typedef struct {  int aa;  void (*f_p)(char *);      }fun_str ;typedef struct ll link_list;typedef struct ll{int data;void *next;//struct ll *lnext;            //strage:??? this is correct while bellow is wrong?link_list *lnext;} ;//link_list;/*struct ll{int data;void *next;struct ll *lnext;            //strage:??? this is correct while bellow is wrong?//link_list *lnext;} ;*/struct spe{int aa;int bb;char cc;short dd;link_list *ee;char* ff[6];};// a_ll = {0xaa,0xbb};#define DEBUG   //this comment will kill all the print out#ifndef DEBUG#define printf dummy_printf#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -