Changeset 3d482e0 in mainline for uspace/app/stats/stats.c
- Timestamp:
- 2010-04-18T12:08:44Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbda5ab
- Parents:
- c3d4bb45
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/stats/stats.c
rc3d4bb45 r3d482e0 27 27 */ 28 28 29 /** @addtogroup uptime30 * @brief Print system uptime.29 /** @addtogroup stats 30 * @brief Print system statistics. 31 31 * @{ 32 32 */ … … 41 41 #include <malloc.h> 42 42 43 #define NAME " uptime"43 #define NAME "sysstat" 44 44 45 45 #define DAY 86400
Note:
See TracChangeset
for help on using the changeset viewer.