| 51 * This code is based on, and used with the permission of, the |
51 * This code is based on, and used with the permission of, the |
| 52 * SIO stdio-replacement strx_* functions by Panos Tsirigotis |
52 * SIO stdio-replacement strx_* functions by Panos Tsirigotis |
| 53 * <panos@alumni.cs.colorado.edu> for xinetd. |
53 * <panos@alumni.cs.colorado.edu> for xinetd. |
| 54 */ |
54 */ |
| 55 |
55 |
| 56 #include <libxode.h> |
56 #include "lib.h" |
| 57 |
57 |
| 58 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |
58 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |
| 59 |
59 |
| 60 #include <stdio.h> |
60 #include <stdio.h> |
| 61 #include <ctype.h> |
61 #include <ctype.h> |