Outputs: | out.out |
Includes: | cstd.md math.xxx |
Cfg. file: | lprc |
Index: | c.fun1 c.hh.0 c.hh.1 c.isneg file.x max min use use(2) |
Variables: |
{"_anon": {}, "c": {}} |
pos-args: | http://localhost:30679/cstd.md |
kw-args: | mnt : c |
chunk: |
pos-args: | math.xxx |
kw-args: | fmt : md |
chunk: |
pos-args: | here/out.out |
kw-args: | |
chunk: | <<=c.fun1>> |
pos-args: | |
kw-args: | |
chunk: | if ($x < 0) |
pos-args: | |
kw-args: | |
chunk: | <<=c.hh.0, file:GUI>> int fun1(int a) { <<=c.isneg, x:a>> { a += 100; return -a; } else return a; } <<=min>> <<=max>> <<=c.hh.1>> |
pos-args: | |
kw-args: | |
chunk: | #ifndef _${file}_H_ # define _${file}_H_ |
pos-args: | |
kw-args: | |
chunk: | #endif |
pos-args: | |
kw-args: | |
chunk: | int min(int a, int b) { if (a > b) return b; else return a; } |
pos-args: | |
kw-args: | |
chunk: | int max(int a, int b) { if (a > b) return a; else return b; } |