moved all strings to pgm-memory
This commit is contained in:
parent
3c98837a70
commit
e409f10047
8 changed files with 38 additions and 23 deletions
|
|
@ -34,6 +34,7 @@ void printMode(int);
|
|||
void printByte(unsigned char c);
|
||||
void printNewline(void);
|
||||
void printString(const char *s);
|
||||
void printPgmString(const char *s);
|
||||
void printInteger(long n);
|
||||
void printHex(unsigned long n);
|
||||
void printOctal(unsigned long n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue