mkdtemp.h
author insilmaril
Fri Feb 01 15:28:35 2008 +0000 (2008-02-01)
changeset 663 827d334d55f1
permissions -rwxr-xr-x
Added brasilian translation by Amadeu Júnior
     1 #ifndef MKDTEMP_H
     2 #define MKDTEMP_H
     3 
     4 extern char *mkdtemp(char *_template);
     5 
     6 #endif