roken: Add easprintf() and evasprintf() utils

Like emalloc() and ecalloc(): errx on ENOMEM.
This commit is contained in:
Nicolas Williams
2022-12-08 20:13:44 -06:00
parent aaff3aa5c5
commit d5a87e5906
3 changed files with 41 additions and 0 deletions

View File

@@ -52,12 +52,14 @@ HEIMDAL_ROKEN_2.0 {
rk_dns_string_to_type;
rk_dns_type_to_string;
rk_dumpdata;
rk_easprintf;
rk_ecalloc;
rk_emalloc;
rk_eread;
rk_erealloc;
rk_esetenv;
rk_estrdup;
rk_evasprintf;
rk_ewrite;
rk_flock;
rk_fnmatch;