llvm-project/libc/spec
Michael Jones 9f1d905f39 [libc] add snprintf
After adding sprintf, snprintf is simple. The functions are very
similar. The tests only cover the behavior of the max length since the
sprintf tests should cover the other behavior.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D125826
2022-05-17 13:32:59 -07:00
..
gnu_ext.td [libc] Add implementations of feof, ferror and clearerr. 2022-04-29 23:04:35 +00:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
posix.td [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. 2022-04-20 15:39:27 +00:00
spec.td [libc] Add the implementation of the GNU extension function fopencookie. 2022-04-22 08:02:25 +00:00
stdc.td [libc] add snprintf 2022-05-17 13:32:59 -07:00