Changeset 810a36f in mainline for uspace/app/tester
- Timestamp:
- 2017-10-24T05:29:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1eb7ef
- Parents:
- c8fbbe7 (diff), 673ea28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/app/tester
- Files:
-
- 3 edited
-
float/softfloat1.c (modified) (1 diff)
-
print/print4.c (modified) (1 diff)
-
util.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/float/softfloat1.c
rc8fbbe7 r810a36f 31 31 #include <stdbool.h> 32 32 #include <stddef.h> 33 #include <inttypes.h> 33 34 #include <mathtypes.h> 34 35 #include <add.h> -
uspace/app/tester/print/print4.c
rc8fbbe7 r810a36f 29 29 #include <stdio.h> 30 30 #include <stddef.h> 31 #include <wchar.h> 31 32 #include "../tester.h" 32 33 -
uspace/app/tester/util.h
rc8fbbe7 r810a36f 37 37 38 38 #include <stdio.h> 39 #include <inttypes.h> 39 40 #include "tester.h" 40 41
Note:
See TracChangeset
for help on using the changeset viewer.
