Outputs: | out.out |
Includes: | math.md cstd.md |
Cfg. file: | lprc |
Index: | c.fun1 c.hh.0 c.hh.1 c.isneg file.x max min myv.0 myv.1 use use(2) |
Variables: |
{"_anon": {}, "c": {}} |
pos-args: | math.md |
kw-args: | |
chunk: |
pos-args: | cstd.md |
kw-args: | mnt : c |
chunk: |
pos-args: | out.out |
kw-args: | |
chunk: | [[=c.fun1]] |
pos-args: | |
kw-args: | |
chunk: | int v1 |
pos-args: | |
kw-args: | |
chunk: | int v2 |
pos-args: | |
kw-args: | |
chunk: | if ($x < 0) |
pos-args: | |
kw-args: | |
chunk: | [[=c.hh.0, file:GUI]] [[=myv.*, join:;\n]]; 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: | 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; } |
pos-args: | |
kw-args: | |
chunk: | #ifndef _${file}_H_ # define _${file}_H_ |
pos-args: | |
kw-args: | |
chunk: | #endif |