diff options
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: utf8.h,v 1.1 2016/05/25 23:48:45 schwarze Exp $ */ | 1 | /* $OpenBSD: utf8.h,v 1.2 2020/04/03 02:25:21 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | * | 4 | * |
@@ -22,4 +22,6 @@ int fmprintf(FILE *, const char *, ...) | |||
22 | int vfmprintf(FILE *, const char *, va_list); | 22 | int vfmprintf(FILE *, const char *, va_list); |
23 | int snmprintf(char *, size_t, int *, const char *, ...) | 23 | int snmprintf(char *, size_t, int *, const char *, ...) |
24 | __attribute__((format(printf, 4, 5))); | 24 | __attribute__((format(printf, 4, 5))); |
25 | int asmprintf(char **, size_t, int *, const char *, ...) | ||
26 | __attribute__((format(printf, 4, 5))); | ||
25 | void msetlocale(void); | 27 | void msetlocale(void); |