10 #define _USE_PROTOTYPES
13 #define isblank(c) isspace((int)(c))
17 #if defined(_USE_PROTOTYPES) && (defined(__STDC__) || defined(__cplusplus))
18 #define __P(protos) protos /* full-blown ANSI C */
20 #define __P(protos) () /* traditional C preprocessor */
24 #endif /* _BEDBUG_H */
28 * Copyright (c) 2001 William L. Pitts
29 * All rights reserved.
31 * Redistribution and use in source and binary forms are freely
32 * permitted provided that the above copyright notice and this
33 * paragraph and the following disclaimer are duplicated in all
36 * This software is provided "AS IS" and without any express or
37 * implied warranties, including, without limitation, the implied
38 * warranties of merchantability and fitness for a particular