monitor.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __MONITOR_H
  2. #define __MONITOR_H
  3. void dump_content(char *prefix, char *src, int l);
  4. void monitor(void);
  5. #endif/*__MONITOR_H*/