Skip to content

Commit 8d8861c

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[print.syn] Show locking functions in the synopsis of <print>
1 parent 8ead468 commit 8d8861c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/iostreams.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,9 +4288,11 @@
42884288

42894289
void vprint_unicode(string_view fmt, format_args args);
42904290
void vprint_unicode(FILE* stream, string_view fmt, format_args args);
4291+
void vprint_unicode_locking(FILE* stream, string_view fmt, format_args args);
42914292

42924293
void vprint_nonunicode(string_view fmt, format_args args);
42934294
void vprint_nonunicode(FILE* stream, string_view fmt, format_args args);
4295+
void vprint_nonunicode_locking(FILE* stream, string_view fmt, format_args args);
42944296
}
42954297
\end{codeblock}
42964298

0 commit comments

Comments
 (0)