c
lc_x
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c 处理同名函数
ypedef void (*pf_goto_hell)(void);typedef struct _ibm_func { pf_goto_hell goto_hell;} ibm_func;typedef struct _sun_func { pf_goto_hell got转载 2011-07-19 07:37:54 · 6416 阅读 · 0 评论 -
linux c 连接Oracle 10g 数据库
#include #include #include #include "oci.h" static OCIEnv *p_env; static OCIError *p_err; static OCISvcCtx *p_s转载 2011-08-01 17:07:53 · 2148 阅读 · 0 评论
分享