lib9: add mode parameter to opentemp
This commit is contained in:
parent
c224dda84e
commit
a58a827f2a
9 changed files with 23 additions and 34 deletions
|
|
@ -391,7 +391,7 @@ extern int iounit(int);
|
|||
/* extern double ldexp(double, int); <math.h> */
|
||||
extern void p9longjmp(p9jmp_buf, int);
|
||||
extern char* mktemp(char*);
|
||||
extern int opentemp(char*);
|
||||
extern int opentemp(char*, int);
|
||||
/* extern double modf(double, double*); <math.h> */
|
||||
extern void p9notejmp(void*, p9jmp_buf, int);
|
||||
extern void perror(const char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue