summaryrefslogtreecommitdiff
path: root/src/libstrerr/strerr_warn1x.c
blob: dd5404848fc26d3029ee546e592a1c34b5dec4ca (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

/* MT-unsafe */

#include <skalibs/strerr.h>

void strerr_warn1x (char const *x1)
{
  strerr_warnv(&x1, 1) ;
}