FreeCalypso > hg > freecalypso-tools
comparison target-utils/libcommon/abbcmd.c @ 107:4be951811791
target-utils/libcommon: extern u_long strtoul(); added where needed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 01 Nov 2016 01:10:33 +0000 |
parents | e7502631a0f9 |
children | 44a1de4264d8 |
comparison
equal
deleted
inserted
replaced
106:18b3183611fb | 107:4be951811791 |
---|---|
4 */ | 4 */ |
5 | 5 |
6 #include <sys/types.h> | 6 #include <sys/types.h> |
7 #include "types.h" | 7 #include "types.h" |
8 #include "abbdefs.h" | 8 #include "abbdefs.h" |
9 | |
10 extern u_long strtoul(); | |
9 | 11 |
10 extern u16 abb_reg_read(); | 12 extern u16 abb_reg_read(); |
11 extern void abb_reg_write(); | 13 extern void abb_reg_write(); |
12 | 14 |
13 void | 15 void |