1 #norun=1
2 #gefile=1
3 #include=clear
4 #output = ..\..\exe\lib\stdlib.ge
5 #wait=2
6 /******************************************************************************
7 *
8 * Copyright (C) 2004-2007, The Gentee Group. All rights reserved.
9 * This file is part of the Gentee open source project - http://www.gentee.com.
10 *
11 * THIS FILE IS PROVIDED UNDER THE TERMS OF THE GENTEE LICENSE ("AGREEMENT").
12 * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS
13 * ACCEPTANCE OF THE AGREEMENT.
14 *
15 * Author: Alexey Krivonogov ( gentee )
16 *
17 ******************************************************************************/
18 /*method str.sss <alias=vcomp_insert> ()
19 {
20 }*/
21 /*define {
22 COMP = 1
23 STDLIB = 0
24 }
25 */
26 type _gentee {
27 uint cpage
28 uint multib
29 }
30
31 //ifdef $COMP
32 //{
33
34
35 //}
36
37 include {
38 "winimport.g"
39 "system.g"
40 "file.g"
41 "buf.g"
42 "str.g"
43 "arr.g"
44 "collection.g"
45 "hash.g"
46 "arrstr.g"
47 "datetime.g"
48 "strfile.g"
49 "filefuncs.g"
50 "process.g"
51 "stack.g"
52 "ffind.g"
53 "console.g"
54 "fcopy.g"
55 "ustr.g"
56 "arrustr.g"
57 "search.g"
58 "stradv.g"
59 }
60
Edit