Last change
on this file was 4cc0c9ee, checked in by Tim Post <echo@…>, 17 years ago |
Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in libc
|
-
Property mode
set to
100644
|
File size:
485 bytes
|
Rev | Line | |
---|
[216d6fc] | 1 |
|
---|
| 2 | Written by Tim Post <echo@echoreply.us> to serve as a primitive shell
|
---|
| 3 | for HelenOS, or as a template to make a command line interface that
|
---|
| 4 | offers shell like creature comforts.
|
---|
| 5 |
|
---|
| 6 | This program was mostly written from scratch, some existing code was
|
---|
| 7 | used from other various free software projects:
|
---|
| 8 |
|
---|
| 9 | * Based on the HelenOS testing sub-system written by Martin Decky
|
---|
| 10 |
|
---|
| 11 | * read_line() (input.c) was written by Jiri Svoboda
|
---|
| 12 |
|
---|
| 13 | Individual author copyrights are listed in the headers of each file.
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.