LibC: Add definition for FOPEN_MAX

This commit is contained in:
Jean-Baptiste Boric 2021-08-14 18:41:11 +02:00 committed by Andreas Kling
commit 68c457b601
Notes: sideshowbarker 2024-07-18 02:01:20 +09:00

View file

@ -16,6 +16,7 @@
#include <sys/types.h>
#define FILENAME_MAX 1024
#define FOPEN_MAX 1024
__BEGIN_DECLS
#ifndef EOF