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/FOPEN_MAX.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/stdio/FOPEN_MAX.c (limited to 'src/stdio/FOPEN_MAX.c') diff --git a/src/stdio/FOPEN_MAX.c b/src/stdio/FOPEN_MAX.c deleted file mode 100644 index 548db477..00000000 --- a/src/stdio/FOPEN_MAX.c +++ /dev/null @@ -1,13 +0,0 @@ -#define FOPEN_MAX (8) - -/** maximum open FILE streams **/ - -/*** -is the minimum number of TYPEDEF(FILE) streams that the implementation -guarantees can be opened at the same time. -***/ - -/* -VALUE_MIN(8) -STDC(1) -*/ -- cgit v1.2.1