Use system path

svn-id: r15430
This commit is contained in:
Chris Apers 2004-10-06 09:44:09 +00:00
parent d31cd1dd73
commit c9250e0c0c
8 changed files with 16 additions and 13 deletions

View file

@ -20,7 +20,7 @@
*
*/
#include "string.h"
#include <string.h>
void *memchr(const void *s, int c, UInt32 n) {
UInt32 chr;