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

/* MT-unsafe */

#include <skalibs/strerr.h>

void strerr_warnv2 (char const *x1, char const *x2)
{
  char const *v[2] = { x1, x2 } ;
  strerr_warnv(v, 2) ;
}