tools.h
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 0k
Category:

Browser Client

Development Platform:

Unix_Linux

  1. #ifndef _TOOLS_H_
  2. #define _TOOLS_H_
  3. extern void *GetPointer(unsigned char **);
  4. extern void PutPointer(unsigned char **, void *);
  5. #endif /* _TOOLS_H_ */