lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 9d58539 was 9d58539, checked in by Prutkov Alex <prutkov.alex@…>, 13 years ago |
Fixed unix permissions for all files
|
-
Property mode
set to
100644
|
File size:
194 bytes
|
Rev | Line | |
---|
[1ffd74e] | 1 | #ifndef PRINTF_ENTRY_H
|
---|
| 2 | #define PRINTF_ENTRY_H
|
---|
| 3 |
|
---|
| 4 | /* Entry points for the printf command */
|
---|
| 5 | extern int cmd_printf(char **);
|
---|
| 6 | extern void help_cmd_printf(unsigned int);
|
---|
| 7 |
|
---|
| 8 | #endif /* PRINTF_ENTRY_H */
|
---|
| 9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.