2024-11-30 01:27:06 +09:00

8 lines
154 B
C

#ifndef _TOOLS_H_
#define _TOOLS_H_
extern void *GetPointer(unsigned char **);
extern void PutPointer(unsigned char **, void *);
#endif /* _TOOLS_H_ */