load.h 87 B

123456
  1. #ifndef LOAD_H
  2. #define LOAD_H
  3. extern int load(const char *,void *,long long);
  4. #endif