> int mkstemp(char *template); > > As near as I can tell, the functions are identical in function, except > for the additional suffix semantics. I beleive mkstemp can be > implemented like so: Oops, my bad. There's another function we use that people commonly say "let's replace that with mkstemps" and we can't. Nevermind.