diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-15 13:34:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-15 13:34:07 +0900 |
| commit | edb1612b9f5d5485528e24470b88a7d602772ad6 (patch) | |
| tree | 2bca7625a11bb59a2abb860e8b73fc43f6e1987b /src/std.h | |
| parent | 6994805cd5cbb17ae4ff5513ec776bb08eddec6c (diff) | |
| download | ducc-edb1612b9f5d5485528e24470b88a7d602772ad6.tar.gz ducc-edb1612b9f5d5485528e24470b88a7d602772ad6.tar.zst ducc-edb1612b9f5d5485528e24470b88a7d602772ad6.zip | |
refactor: remove src/std.h
Diffstat (limited to 'src/std.h')
| -rw-r--r-- | src/std.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/std.h b/src/std.h deleted file mode 100644 index bfa5f0a..0000000 --- a/src/std.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef DUCC_STD_H -#define DUCC_STD_H - -#include <stddef.h> - -// TODO: <stdlib.h> -int mkstemps(char*, int); - -#endif |
