autonlist.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef AUTONLIST_H
  2. struct autonlist {
  3.     char           *symbol;
  4.     struct nlist    nl[2];
  5.     struct autonlist *left, *right;
  6. };
  7. #define AUTONLIST_H
  8. #endif