1 2 3 4 5 6 7 8 9
#ifndef DUCC_STD_H #define DUCC_STD_H #include <stddef.h> // TODO: <stdlib.h> int mkstemps(char*, int); #endif