Changeset c51fa73 in mainline
- Timestamp:
- 2010-04-06T11:32:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c0c90
- Parents:
- a397f1d
- Location:
- uspace/app
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
ra397f1d rc51fa73 127 127 size_t reply_length; 128 128 int value; 129 130 // print the program label131 printf("Task %d - ", task_get_id());132 printf("%s\n", NAME);133 129 134 130 // parse the command line arguments -
uspace/app/nettest1/nettest1.c
ra397f1d rc51fa73 105 105 struct timeval time_after; 106 106 107 // print the program label108 printf("Task %d - ", task_get_id());109 printf("%s\n", NAME);110 111 107 // parse the command line arguments 112 108 // stop before the last argument if it does not start with the minus sign ('-') -
uspace/app/nettest2/nettest2.c
ra397f1d rc51fa73 105 105 struct timeval time_after; 106 106 107 printf("Task %d - ", task_get_id());108 printf("%s\n", NAME);109 110 107 // parse the command line arguments 111 108 // stop before the last argument if it does not start with the minus sign ('-') -
uspace/app/ping/ping.c
ra397f1d rc51fa73 95 95 int value; 96 96 int index; 97 98 // print the program label99 printf("Task %d - ", task_get_id());100 printf("%s\n", NAME);101 97 102 98 // parse the command line arguments
Note:
See TracChangeset
for help on using the changeset viewer.