Usermode - Cleaning up while attempting to port dropbear/openssl
[tpg/acess2.git] / Usermode / include / stdio.h
index 8d95065..be4f20a 100644 (file)
@@ -13,6 +13,7 @@ typedef struct sFILE  FILE;
 
 /* === CONSTANTS === */
 #define EOF    (-1)
+#define BUFSIZ 1024
 
 /* --- Standard IO --- */
 extern int     printf(const char *format, ...);

UCC git Repository :: git.ucc.asn.au