externs.h
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. #ifndef EXTERNS_H
  2. #define EXTERNS_H
  3. # ifndef ARG
  4. #  ifdef __STDC__
  5. #   define ARG(x) x
  6. #  else
  7. #   define ARG(x) ()
  8. #  endif
  9. # endif
  10. char *fileglue ARG((char *, ...));
  11. char *ascii_date ARG(());
  12. char **split ARG((char *, char *));
  13. #endif