stdlib.h | stdlib.h | |||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
# define _LFP_STDLIB_H_ | # define _LFP_STDLIB_H_ | |||
#include <lfp/aux.h> | #include <lfp/aux.h> | |||
LFP_BEGIN_DECLS | LFP_BEGIN_DECLS | |||
#include <stdlib.h> | #include <stdlib.h> | |||
int lfp_mkstemp(char *tmplate); | int lfp_mkstemp(char *tmplate); | |||
int lfp_mkostemp(char *tmplate, int flags); | ||||
char* lfp_getpath(char *const envp[]); | char* lfp_getpath(char *const envp[]); | |||
char* lfp_ptsname(int masterfd); | int lfp_ptsname(int masterfd, char *buf, size_t buflen); | |||
LFP_END_DECLS | LFP_END_DECLS | |||
#endif /* _LFP_STDLIB_H_ */ | #endif /* _LFP_STDLIB_H_ */ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |