remove put from lib

This commit is contained in:
Mariano Alvira 2010-03-03 08:10:53 -05:00
parent 8abb7baabe
commit 3969c56a0f
2 changed files with 0 additions and 46 deletions

View file

@ -1,10 +0,0 @@
#ifndef PUT_H
#define PUT_H
void putchr(char c);
void putstr(char *s);
void put_hex(uint8_t x);
void put_hex16(uint16_t x);
void put_hex32(uint32_t x);
#endif