X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fstring%2Fstrchr.c;fp=lib%2Fcrtdll%2Fstring%2Fstrchr.c;h=2e739a875056dfe45a18b1a3e3058971551d4ba3;hp=448940371b47b9d845cc97a7b8b08d0901840f0b;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3 diff --git a/lib/crtdll/string/strchr.c b/lib/crtdll/string/strchr.c index 4489403..2e739a8 100644 --- a/lib/crtdll/string/strchr.c +++ b/lib/crtdll/string/strchr.c @@ -1,10 +1,8 @@ /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ +#include - -char *strchr(const char *s, int c); - char *strchr(const char *s, int c) { char cc = c;