5 lines
74 B
C++
5 lines
74 B
C++
#include "structures.h"
|
|
|
|
void test() {
|
|
char *x = mktemp("/tmp/zxcv");
|
|
}
|