dirutil.h
Upload User: hepax88
Upload Date: 2007-01-03
Package Size: 1101k
Code Size: 0k
Category:

TCP/IP Stack

Development Platform:

Visual C++

  1. #ifndef _DIRUTIL_H
  2. #define _DIRUTIL_H
  3. #ifndef _GLOBAL_H
  4. #include "global.h"
  5. #endif
  6. /* In dirutil.c */
  7. FILE *dir(char *path,int full);
  8. int filedir(char *name,int times,char *ret_str);
  9. int getdir(char *path,int full,FILE *file);
  10. /* In pathname.c: */
  11. char *pathname(char *cd,char *path);
  12. #endif /* _DIRUTIL_H */