Update documentation
This commit is contained in:
commit
65133ff9e9
5 changed files with 2695 additions and 0 deletions
0
.nojekyll
Normal file
0
.nojekyll
Normal file
1386
cimport.html
Normal file
1386
cimport.html
Normal file
File diff suppressed because it is too large
Load diff
8
cimport.idx
Normal file
8
cimport.idx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
cSearchPath cimport.html#cSearchPath,string cimport: cSearchPath(path: string): string
|
||||
cDebug cimport.html#cDebug.m, cimport: cDebug(): untyped
|
||||
cDefine cimport.html#cDefine.m,,string cimport: cDefine(name: static string; val: static string = ""): untyped
|
||||
cAddSearchDir cimport.html#cAddSearchDir.m, cimport: cAddSearchDir(dir: static string): untyped
|
||||
cIncludeDir cimport.html#cIncludeDir.m, cimport: cIncludeDir(dir: static string): untyped
|
||||
cAddStdDir cimport.html#cAddStdDir.m,string cimport: cAddStdDir(mode = "c"): untyped
|
||||
cCompile cimport.html#cCompile.m,,string cimport: cCompile(path: static string; mode = "c"): untyped
|
||||
cImport cimport.html#cImport.m, cimport: cImport(filename: static string; recurse: static bool = false): untyped
|
||||
1298
types.html
Normal file
1298
types.html
Normal file
File diff suppressed because it is too large
Load diff
3
types.idx
Normal file
3
types.idx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
time_t types.html#time_t types: time_t
|
||||
ptrdiff_t types.html#ptrdiff_t types: ptrdiff_t
|
||||
va_list types.html#va_list types: va_list
|
||||
Loading…
Add table
Add a link
Reference in a new issue