source: compat/compat.h @ d199207

release-1.10release-1.8release-1.9
Last change on this file since d199207 was 4dde585, checked in by Anders Kaseorg <andersk@mit.edu>, 13 years ago
compat/compat.h: Add #include guards Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Property mode set to 100644
File size: 263 bytes
RevLine 
[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]9void *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.