1
0
mirror of synced 2026-04-27 04:37:12 +00:00

Add Borland C++ 3.1 (Minimal) for build.

This commit is contained in:
Matthieu Bucchianeri
2024-10-13 01:12:35 -07:00
parent 05a093cb6f
commit b211af42e2
17 changed files with 1188 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* _nfile.h
Maximum number of open files
Copyright (c) 1991, 1992 by Borland International
All Rights Reserved.
*/
#ifndef ___NFILE_H
#define ___NFILE_H
#define _NFILE_ 20
#endif