source:
CIVL/mods/dev.civl.abc/examples/prune/structs1_pruned.c
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Line | |
|---|---|
| 1 | struct tm; |
| 2 | char* asctime(struct tm* timeptr); |
| 3 | struct tm{ int x; }; |
| 4 | int main() { |
| 5 | asctime((struct tm*)0); |
| 6 | return 0; |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
