File: icm-exec.h

package info (click to toggle)
icmake 7.18.00-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,840 kB
  • sloc: ansic: 7,784; makefile: 3,811; sh: 319; cpp: 83
file content (39 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#include "../rss/icrssdef.h"

#ifdef MSDOS
#   include <icce.h>
#   include <conio.h>
#   include <process.h>
#   include <direct.h>
#   include <io.h>
#   include <dos.h>
#else
#   include <unistd.h>
#endif
 
#include <signal.h>
#include <stdlib.h>
#include <string.h>

#include "../rss/icrss.h"

#include "global.h"

#include "int/int.h"
#include "list/list.h"
#include "string/string.h"
#include "stack/stack.h"
#include "virtual/virtual.h"
#include "opcodefun/opcodefun.h"


extern UNS16        nvar;
extern char         release[];
extern char         version[];
extern char        *bimname;
extern char        *bimname;


void    abnormal(int sig, int subcode);
void    cleanup(void);
void    environ2list(LISTVAR_ *list);