Changeset 6262b5c in buchla-68k for prolog


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

Location:
prolog
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • prolog/croot.c

    r5fa506d r6262b5c  
    1717#define _FS_DEF_                /* to avoid unnecessary externals */
    1818
    19 #include "biosdefs.h"
    20 #include "errno.h"
    21 #include "fcntl.h"
    22 #include "io.h"
    23 #include "stddefs.h"
     19#include "all.h"
    2420
    2521#define REDIRECT        0       /* non-zero for command line stuff */
     
    165161        exit();                 /* exit in case the application didn't */
    166162}
     163
Note: See TracChangeset for help on using the changeset viewer.