pike.git
/
src
/
modules
/
Parser
/
pike.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Parser/pike.c:1:
-
/*
!
array(array(string),string) split( string x )
-
*
!
Returns an array with Pike-level tokens and the remainder (a
-
*
!
partial token), if any.
+
/* array(array(string),string) split( string x )
+
* Returns an array with Pike-level tokens and the remainder (a
+
* partial token), if any.
*/ #include "global.h" #include "config.h" #include "pike_macros.h" #include "object.h" #include "constants.h" #include "interpret.h" #include "svalue.h" #include "threads.h"