pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:1:
/*\ ||| This file a part of uLPC, and is copyright by Fredrik Hubinette ||| uLPC is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
#include <stdlib.h>
-
#include <stdio.h>
+
#include "las.h" #include "program.h" #include "language.h" #include "lpc_types.h" #include "stralloc.h" #include "interpret.h" #include "add_efun.h" #include "array.h" #include "macros.h" #include "error.h"