Changeset 24781 in vbox for trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp
- Timestamp:
- Nov 19, 2009 10:46:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp
r13837 r24781 29 29 */ 30 30 31 #include <iprt/initterm.h> 31 32 #include <iprt/string.h> 32 33 #include <iprt/stream.h> … … 95 96 int main() 96 97 { 98 RTR3Init(); 99 97 100 int cErrors = 0; 98 101 static const struct TstU64 aTstU64[] =
Note:
See TracChangeset
for help on using the changeset viewer.