diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-04-23 19:13:32 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-04-23 19:13:32 +0000 |
| commit | cbaad7c77fb842fe6b6be03cbdb3e85a6de759bf (patch) | |
| tree | 34cfd9a7d42a852f02946dd407158933e8a2f10a /utf8.h | |
| parent | 206be79acbdeb88ea254ac622a60a4ee8015c5f6 (diff) | |
Diffstat (limited to 'utf8.h')
| -rw-r--r-- | utf8.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: utf8.h,v 1.3 2020/05/01 06:28:52 djm Exp $ */ +/* $OpenBSD: utf8.h,v 1.4 2021/04/03 06:18:41 djm Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> * @@ -17,12 +17,12 @@ int vasnmprintf(char **, size_t, int *, const char *, va_list); int mprintf(const char *, ...) - __attribute__((format(printf, 1, 2))); + __attribute__((format(printf, 1, 2))); int fmprintf(FILE *, const char *, ...) - __attribute__((format(printf, 2, 3))); + __attribute__((format(printf, 2, 3))); int vfmprintf(FILE *, const char *, va_list); int snmprintf(char *, size_t, int *, const char *, ...) - __attribute__((format(printf, 4, 5))); + __attribute__((format(printf, 4, 5))); int asmprintf(char **, size_t, int *, const char *, ...) - __attribute__((format(printf, 4, 5))); + __attribute__((format(printf, 4, 5))); void msetlocale(void); |
