pruned some undefined declarations from the print module
This commit is contained in:
parent
9a5fed4fda
commit
ab8bae74c1
1 changed files with 0 additions and 4 deletions
4
print.h
4
print.h
|
|
@ -24,13 +24,9 @@
|
||||||
#ifndef print_h
|
#ifndef print_h
|
||||||
#define print_h
|
#define print_h
|
||||||
|
|
||||||
void printNewline(void);
|
|
||||||
void printString(const char *s);
|
void printString(const char *s);
|
||||||
void printPgmString(const char *s);
|
void printPgmString(const char *s);
|
||||||
void printInteger(long n);
|
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 printIntegerInBase(unsigned long n, unsigned long base);
|
||||||
void printFloat(double n);
|
void printFloat(double n);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue