MKTEMP |
Création temporaire |
---|---|
GNU C | stdlib.h |
Syntaxe
char * mktemp(char *template); |
Description
Cette fonction permet de générer un nom de fichier temporaire basé sur un gabarit spécifié.
Dernière mise à jour : Mardi, le 19 Mai 2020
MKTEMP |
Création temporaire |
---|---|
GNU C | stdlib.h |
char * mktemp(char *template); |
Cette fonction permet de générer un nom de fichier temporaire basé sur un gabarit spécifié.