pike.git
/
src
/
call_out.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/call_out.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 <stdio.h>
+
#include "global.h" #include "array.h" #include "call_out.h" #include "dynamic_buffer.h" #include "object.h" #include "interpret.h" #include "error.h" #include "builtin_efuns.h" #include "memory.h" #include "main.h"