source:
CIVL/mods/dev.civl.abc/examples/strLitInitField.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | struct T { |
| 2 | char s[100]; | |
| 3 | char * p; | |
| 4 | }; | |
| 5 | ||
| 6 | int main() { | |
| 7 | struct T t = {.s="hello", "string"}; | |
| 8 | ||
| 9 | return (int)t.s[0]; | |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
