Changeset 32d96e1 in mainline for uspace/app/loc/loc.c
- Timestamp:
- 2012-05-13T08:56:01Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e7637a
- Parents:
- b4ec1ea
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/loc/loc.c
rb4ec1ea r32d96e1 27 27 */ 28 28 29 /** @addtogroup loc info29 /** @addtogroup loc 30 30 * @{ 31 31 */ 32 /** @file loc info.c Print information from location service.32 /** @file loc.c Print information from location service. 33 33 */ 34 34 … … 41 41 #include <sys/typefmt.h> 42 42 43 #define NAME "loc info"43 #define NAME "loc" 44 44 45 45 int main(int argc, char *argv[])
Note:
See TracChangeset
for help on using the changeset viewer.