diff options
Diffstat (limited to 'src/string/strcat.c')
-rw-r--r-- | src/string/strcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/strcat.c b/src/string/strcat.c index 51737787..77a95095 100644 --- a/src/string/strcat.c +++ b/src/string/strcat.c @@ -24,6 +24,7 @@ appends a copy of the string at ARGUMENT(s2) to the end of the string at ARGUMENT(s1). The first byte of ARGUMENT(s2) will overwrite the terminating null character of ARGUMENT(s1). ***/ + /* STDC(1) */ |