missing_proto.h 187 B

123456789101112
  1. #ifndef H_MISSING_PROTO_H
  2. #define H_MISSING_PROTO_H
  3. #ifdef NOSBRK
  4. void *sbrk(__intptr_t increment);
  5. #endif
  6. #ifdef NOMKTEMP
  7. char *mktemp(char *template);
  8. #endif
  9. #endif /* H_MISSING_H */