FreeCalypso > hg > freecalypso-tools
comparison loadtools/romload.c @ 663:46d7ed4ee634
loadtools/romload.c: isprint() was used without <ctype.h>
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 06 Mar 2020 01:55:40 +0000 |
| parents | 3172e3111ab7 |
| children | ecea01f65146 |
comparison
equal
deleted
inserted
replaced
| 662:0a6184443821 | 663:46d7ed4ee634 |
|---|---|
| 5 | 5 |
| 6 #include <sys/types.h> | 6 #include <sys/types.h> |
| 7 #include <sys/ioctl.h> | 7 #include <sys/ioctl.h> |
| 8 #include <sys/time.h> | 8 #include <sys/time.h> |
| 9 #include <sys/errno.h> | 9 #include <sys/errno.h> |
| 10 #include <ctype.h> | |
| 10 #include <stdint.h> | 11 #include <stdint.h> |
| 11 #include <stdio.h> | 12 #include <stdio.h> |
| 12 #include <stdlib.h> | 13 #include <stdlib.h> |
| 13 #include <strings.h> | 14 #include <strings.h> |
| 14 #include <termios.h> | 15 #include <termios.h> |
