1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

tidy-strings.patch

Move things around to tidy them up

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-08-13 00:44:56 +01:00
parent 5a494607f0
commit a9c7c47189
4 changed files with 118 additions and 92 deletions

View File

@@ -12,6 +12,7 @@ int puts(const char *string);
void printhex(unsigned char v);
void print32(unsigned int u);
void hexdump(unsigned char *start, int len);
unsigned int _ntohl(unsigned int n);
#endif