Changeset 6108 in orxonox.OLD for branches/network/src/subprojects
- Timestamp:
- Dec 14, 2005, 3:17:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/subprojects/network/network_unit_test.cc
r6106 r6108 287 287 int converter(int argc, char** argv) 288 288 { 289 int x = -12;289 int x = 200564786; 290 290 printf("To convert: %i\n", x); 291 291 byte* res = Converter::intToByteArray(x);
Note: See TracChangeset
for help on using the changeset viewer.