source:
compat/compat.h
@
f57cc9a
Last change on this file since f57cc9a was 4dde585, checked in by Anders Kaseorg <andersk@mit.edu>, 14 years ago | |
---|---|
|
|
File size: 263 bytes |
Rev | Line | |
---|---|---|
[4dde585] | 1 | #ifndef INC_BARNOWL_COMPAT_COMPAT_H |
2 | #define INC_BARNOWL_COMPAT_COMPAT_H | |
3 | ||
[12a6616] | 4 | #include "../config.h" |
5 | ||
6 | #include <stddef.h> | |
7 | ||
[2cbe7c3] | 8 | #if !HAVE_DECL_MEMRCHR |
[12a6616] | 9 | void *memrchr(const void *s, int c, size_t n); |
[2cbe7c3] | 10 | #endif /* !HAVE_DECL_MEMRCHR */ |
[4dde585] | 11 | |
12 | #endif /* INC_BARNOWL_COMPAT_COMPAT_H */ |
Note: See TracBrowser
for help on using the repository browser.