CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2024/08/06 23:15:28
Modified files: include : stdio.h lib/libc/stdio : printf.3 Log message: asprintf() and vasprintf() are in POSIX-2024. Update #include visibility and manpages and add restrict qualifiers in all the specified places to the *printf family. ok millert@