Changeset 38d150e in mainline for uspace/app/sysinfo/sysinfo.c
- Timestamp:
- 2017-12-02T09:44:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinfo/sysinfo.c
rb5abaf7 r38d150e 39 39 #include <stdint.h> 40 40 #include <sysinfo.h> 41 #include < malloc.h>41 #include <stdlib.h> 42 42 43 43 static void dump_bytes_hex(char *data, size_t size)
Note:
See TracChangeset
for help on using the changeset viewer.