5 lines
58 B
C++
5 lines
58 B
C++
#include "structures.h"
|
|
|
|
void test() {
|
|
mkstemp("XX");
|
|
}
|