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 #define assert( condition ) if( (condition) ) _exit(0)
26 #endif /* _BEDBUG_H */
30 * Copyright (c) 2001 William L. Pitts
31 * All rights reserved.
33 * Redistribution and use in source and binary forms are freely
34 * permitted provided that the above copyright notice and this
35 * paragraph and the following disclaimer are duplicated in all
38 * This software is provided "AS IS" and without any express or
39 * implied warranties, including, without limitation, the implied
40 * warranties of merchantability and fitness for a particular