From 77d0069e522400b63c2182fcc5f852718e4e6f2c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:11:32 -0400 Subject: rename files that should never be compiled on their own to .h --- src/stdio/L_tmpnam.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/stdio/L_tmpnam.c (limited to 'src/stdio/L_tmpnam.c') diff --git a/src/stdio/L_tmpnam.c b/src/stdio/L_tmpnam.c deleted file mode 100644 index 8467199a..00000000 --- a/src/stdio/L_tmpnam.c +++ /dev/null @@ -1,11 +0,0 @@ -#define L_tmpnam (255) - -/** temporary file name length **/ - -/*** -is the maximum length of a temporary filename returned by FUNCTION(tmpnam). -***/ - -/* -STDC(1) -*/ -- cgit v1.2.1