aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/std.h
blob: bfa5f0a8eeed5620fce96017af93fa294864d794 (plain)
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