Changes in uspace/lib/cpp/include/cstdarg [b251af5a:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cstdarg
rb251af5a rbc56f30 30 30 #define LIBCPP_CSTDARG 31 31 32 33 namespace std::hel 34 { 35 extern "C" { 36 #include <stdarg.h> 37 } 38 } 32 #include <stdarg.h> 39 33 40 34 namespace std 41 35 { 42 using std::hel::va_list;36 using ::va_list; 43 37 } 44 38 45 using std::hel::va_list;46 47 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.