diff options
author | millert <> | 2010-09-18 20:29:15 +0000 |
---|---|---|
committer | millert <> | 2010-09-18 20:29:15 +0000 |
commit | 793667c14e1b799fe0747dfc6cebd10d1b1c4fe9 (patch) | |
tree | 2bbdc3ab2925e8f87e9329d95246ce34d0da1c5e /src/regress/lib/libc/gcvt | |
parent | 97c0a38d1bc0d5a74133380b7713d07eab7dad82 (diff) | |
download | openbsd-793667c14e1b799fe0747dfc6cebd10d1b1c4fe9.tar.gz openbsd-793667c14e1b799fe0747dfc6cebd10d1b1c4fe9.tar.bz2 openbsd-793667c14e1b799fe0747dfc6cebd10d1b1c4fe9.zip |
Add cvs tag, author name and year
Diffstat (limited to 'src/regress/lib/libc/gcvt')
-rw-r--r-- | src/regress/lib/libc/gcvt/gcvt_test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libc/gcvt/gcvt_test.c b/src/regress/lib/libc/gcvt/gcvt_test.c index aed34e3d58..164d600cd2 100644 --- a/src/regress/lib/libc/gcvt/gcvt_test.c +++ b/src/regress/lib/libc/gcvt/gcvt_test.c | |||
@@ -1,4 +1,8 @@ | |||
1 | /* Public domain */ | 1 | /* $OpenBSD: gcvt_test.c,v 1.4 2010/09/18 20:29:15 millert Exp $ */ |
2 | |||
3 | /* | ||
4 | * Public domain, 2010, Todd C. Miller <Todd.Miller@courtesan.com> | ||
5 | */ | ||
2 | 6 | ||
3 | #include <stdio.h> | 7 | #include <stdio.h> |
4 | #include <stdlib.h> | 8 | #include <stdlib.h> |