2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
* libc/string/strncat.c: Fix typo in documentation.
This commit is contained in:
parent
4b876e164c
commit
c8c245c2d4
@ -1,3 +1,7 @@
|
||||
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
|
||||
|
||||
* libc/string/strncat.c: Fix typo in documentation.
|
||||
|
||||
2013-08-01 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/stdio_ext.h (__fbufsize): Define as inline function for
|
||||
|
@ -7,7 +7,7 @@ INDEX
|
||||
|
||||
ANSI_SYNOPSIS
|
||||
#include <string.h>
|
||||
char *strncat(char *<restrict [dst]>, const char *<restrict [src]>,
|
||||
char *strncat(char *restrict <[dst]>, const char *restrict <[src]>,
|
||||
size_t <[length]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user