source:
CIVL/mods/dev.civl.abc/examples/c/ident.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 108 bytes | |
| Line | |
|---|---|
| 1 | typedef char u8; |
| 2 | |
| 3 | int main(){ |
| 4 | u8 u8,u9; |
| 5 | |
| 6 | u9=u8; |
| 7 | } |
| 8 | |
| 9 | u8 f(u8 a, int b, u8 c){ |
| 10 | return 't'; |
| 11 | } |
| 12 | |
| 13 | u8 c='t'; |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
