lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 19f857a was b510d52, checked in by Tim Post <echo@…>, 17 years ago |
Fix command description display, only command entry points need to be exposed.
|
-
Property mode
set to
100644
|
File size:
164 bytes
|
Rev | Line | |
---|
[216d6fc] | 1 | #ifndef CAT_H
|
---|
| 2 | #define CAT_H
|
---|
| 3 |
|
---|
| 4 | /* Prototypes for the cat command, excluding entry points */
|
---|
| 5 |
|
---|
[b510d52] | 6 | static unsigned int cat_file(const char *, size_t);
|
---|
[216d6fc] | 7 |
|
---|
| 8 | #endif /* CAT_H */
|
---|
| 9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.