mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Update C bootstrap source.
This commit is contained in:
parent
412a8c3337
commit
3cb60cc59f
185 changed files with 870 additions and 3740 deletions
|
|
@ -1,19 +1,10 @@
|
|||
/* voc 2.00 [2016/12/19]. Bootstrapping compiler for address size 8, alignment 8. tspaSF */
|
||||
/* voc 2.00 [2016/12/20]. Bootstrapping compiler for address size 8, alignment 8. tspaSF */
|
||||
|
||||
#ifndef Files__h
|
||||
#define Files__h
|
||||
|
||||
#include "SYSTEM.h"
|
||||
|
||||
typedef
|
||||
struct Files_BufDesc {
|
||||
INT32 _prvt0;
|
||||
char _prvt1[4108];
|
||||
} Files_BufDesc;
|
||||
|
||||
typedef
|
||||
Files_BufDesc *Files_Buffer;
|
||||
|
||||
typedef
|
||||
struct Files_FileDesc *Files_File;
|
||||
|
||||
|
|
@ -33,16 +24,12 @@ typedef
|
|||
|
||||
|
||||
import ADDRESS *Files_FileDesc__typ;
|
||||
import ADDRESS *Files_BufDesc__typ;
|
||||
import ADDRESS *Files_Rider__typ;
|
||||
|
||||
import Files_File Files_Base (Files_Rider *r, ADDRESS *r__typ);
|
||||
import void Files_ChangeDirectory (CHAR *path, ADDRESS path__len, INT16 *res);
|
||||
import void Files_Close (Files_File f);
|
||||
import void Files_Delete (CHAR *name, ADDRESS name__len, INT16 *res);
|
||||
import void Files_DumpBuffer (Files_Buffer b, INT16 indent);
|
||||
import void Files_DumpFile (Files_File f, INT16 indent);
|
||||
import void Files_DumpRider (Files_Rider r, INT16 indent);
|
||||
import void Files_GetDate (Files_File f, INT32 *t, INT32 *d);
|
||||
import void Files_GetName (Files_File f, CHAR *name, ADDRESS name__len);
|
||||
import INT32 Files_Length (Files_File f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue