2002-05-10 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strchr.c: Fix comment typo.
This commit is contained in:
parent
f561f644e9
commit
809b6ce708
|
@ -1,3 +1,7 @@
|
||||||
|
2002-05-10 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/string/strchr.c: Fix comment typo.
|
||||||
|
|
||||||
2002-05-08 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2002-05-08 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
* acinclude.m4: Add support for --enable-newlib-multithread.
|
* acinclude.m4: Add support for --enable-newlib-multithread.
|
||||||
|
|
|
@ -12,8 +12,8 @@ ANSI_SYNOPSIS
|
||||||
TRAD_SYNOPSIS
|
TRAD_SYNOPSIS
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
char * strchr(<[string]>, <[c]>);
|
char * strchr(<[string]>, <[c]>);
|
||||||
char *<[string]>;
|
const char *<[string]>;
|
||||||
int *<[c]>;
|
int <[c]>;
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
This function finds the first occurence of <[c]> (converted to
|
This function finds the first occurence of <[c]> (converted to
|
||||||
|
|
Loading…
Reference in New Issue