| #define isblank(c) isspace((int)(c)) |
| #if defined(_USE_PROTOTYPES) && (defined(__STDC__) || defined(__cplusplus)) |
| #define __P(protos) protos /* full-blown ANSI C */ |
| #define __P(protos) () /* traditional C preprocessor */ |
| * Copyright (c) 2001 William L. Pitts |
| * Redistribution and use in source and binary forms are freely |
| * permitted provided that the above copyright notice and this |
| * paragraph and the following disclaimer are duplicated in all |
| * This software is provided "AS IS" and without any express or |
| * implied warranties, including, without limitation, the implied |
| * warranties of merchantability and fitness for a particular |