Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1556188
  • 博文数量: 290
  • 博客积分: 3468
  • 博客等级: 中校
  • 技术积分: 3461
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-28 22:21
文章分类

全部博文(290)

文章存档

2016年(13)

2015年(3)

2014年(42)

2013年(67)

2012年(90)

2011年(75)

发布时间:2013-05-17 10:04:20

点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>typedef void (*Print) (void *);typedef int (*Sum) (void * , void *);str.........【阅读全文】

阅读(820) | 评论(0) | 转发(0)

发布时间:2013-01-05 15:33:53

Sometimes you may want to get offsets of a structure fields. This will be useful when you are doing manual debugging of memory dump. So, there should be a way to calculate the offsets of a particular fields. Debugging information in an object file contains offsets of a data structure as wel......【阅读全文】

阅读(1617) | 评论(0) | 转发(0)

发布时间:2012-12-21 09:58:25

1. 点击(此处)折叠或打开#ifndef _DEBUG_H_#define _DEBUG_H_#include <stdio.h>#define DEBUG 0#define TRACE 0#if DEBUG#define PDEBUG(fmt, args...) fprintf(stderr, fmt, ##args)#else#define PDEBUG(fmt, args...)#endif#if TRACE#define PTRACE(fmt, args...) fprintf(stdout, fmt, ##args)#else#define PTRACE(fmt, ......【阅读全文】

阅读(2283) | 评论(0) | 转发(0)

发布时间:2012-08-24 15:34:51

......【阅读全文】

阅读(1014) | 评论(0) | 转发(0)

发布时间:2012-08-14 09:59:00

......【阅读全文】

阅读(2679) | 评论(1) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册