X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/8d8aa2ed8831d3445bb8a113b17d07b3a8ad43cc..4b9ccde74dc34e450ed96bcd3d044f78cf393d8d:/usr/src/libc/gen/strncmp.c diff --git a/usr/src/libc/gen/strncmp.c b/usr/src/libc/gen/strncmp.c index a46514e58d..af71662a57 100644 --- a/usr/src/libc/gen/strncmp.c +++ b/usr/src/libc/gen/strncmp.c @@ -1,3 +1,4 @@ +/* @(#)strncmp.c 4.1 (Berkeley) 12/21/80 */ /* * Compare strings (at most n bytes): s1>s2: >0 s1==s2: 0 s1