Fixed some style bugs.

This commit is contained in:
Bruce Evans 2001-10-04 07:39:14 +00:00
parent 9b68c690f1
commit 87bc118cfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84442

View File

@ -1,4 +1,4 @@
/*
/*-
* Copyright (c) 2001 Alexey Zelkin
* All rights reserved.
*
@ -27,7 +27,7 @@
*/
#ifndef _MONETARY_H
#define _MONETARY_H
#define _MONETARY_H
#include <sys/cdefs.h>
#include <machine/ansi.h>
@ -43,7 +43,7 @@ typedef _BSD_SSIZE_T_ ssize_t;
#endif
__BEGIN_DECLS
ssize_t strfmon(char *, size_t, const char *, ...);
ssize_t strfmon(char *, size_t, const char *, ...);
__END_DECLS
#endif /* _MONETARY_H */
#endif /* !_MONETARY_H */