source:
downloads/boost_1_33_1/boost/compatibility/cpp_c_headers/cstdarg
@
14
| Last change on this file since 14 was 12, checked in by landauf, 18 years ago | |
|---|---|
| File size: 295 bytes | |
| Line | |
|---|---|
| 1 | // This file is automatically generated. Do not edit. |
| 2 | // ['../../libs/compatibility/generate_cpp_c_headers.py'] |
| 3 | // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') |
| 4 | |
| 5 | #ifndef __CSTDARG_HEADER |
| 6 | #define __CSTDARG_HEADER |
| 7 | |
| 8 | #include <stdarg.h> |
| 9 | |
| 10 | namespace std { |
| 11 | using ::va_list; |
| 12 | } |
| 13 | |
| 14 | #endif // CSTDARG_HEADER |
Note: See TracBrowser
for help on using the repository browser.










