ack/h/missing_proto.h
2015-06-24 23:41:46 +01:00

12 lines
187 B
C

#ifndef H_MISSING_PROTO_H
#define H_MISSING_PROTO_H
#ifdef NOSBRK
void *sbrk(__intptr_t increment);
#endif
#ifdef NOMKTEMP
char *mktemp(char *template);
#endif
#endif /* H_MISSING_H */