source:
CIVL/mods/dev.civl.abc/examples/c/struct.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 115 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | struct _GUID { |
| 2 | unsigned long Data1 ; | |
| 3 | }; | |
| 4 | ||
| 5 | int main(){ | |
| 6 | struct _GUID const GUID_PARALLEL_DEVICE = {1U}; | |
| 7 | } | |
| 8 |
Note:
See TracBrowser
for help on using the repository browser.
