add a compatible memrchr() function if the platform does not support it (e.g. old glibc). Patch courtesy to Thomas Jarosch
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
#include "lexparser.h"
|
||||
|
||||
#ifndef HAVE_MEMRCHR
|
||||
void *memrchr(const void *s, int c, size_t n);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* eat whitespace
|
||||
|
||||
Reference in New Issue
Block a user