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