libqaeda
Unnamed repository; edit this file 'description' to name the repository.
Info
|
Log
|
Files
|
Refs
|
README
|
LICENSE
dummy.c (40B)
1
char *mktempdir(char *s) {
2
return s;
3
}