pruned some undefined declarations from the print module
This commit is contained in:
parent
9a5fed4fda
commit
ab8bae74c1
4
print.h
4
print.h
@ -24,13 +24,9 @@
|
||||
#ifndef print_h
|
||||
#define print_h
|
||||
|
||||
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);
|
||||
void printBinary(unsigned long n);
|
||||
void printIntegerInBase(unsigned long n, unsigned long base);
|
||||
void printFloat(double n);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user