source:
CIVL/text/include/stdio.h@
e1b32beb
| Last change on this file since e1b32beb was e6b02c8, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 233 bytes | |
| Rev | Line | |
|---|---|---|
| [6423d7a] | 1 | /* stdio.h: The CIVL representation of standard C library stdio. |
| 2 | * Based on C11 Standard. | |
| 3 | */ | |
| [4b55d85] | 4 | #ifdef __STDIO__ |
| 5 | #else | |
| 6 | #define __STDIO__ | |
| [6423d7a] | 7 | |
| [e6b02c8] | 8 | #include<civlc.cvh> |
| [31bfa34] | 9 | #include<stdio.cvl> |
| [6423d7a] | 10 | #include<stdio-common.h> |
| [31bfa34] | 11 | #include<stdio-c.cvl> |
| [6423d7a] | 12 | |
| 13 | #endif | |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
