aboutsummaryrefslogblamecommitdiffstats
path: root/stpnset.c
blob: 59ce182fc7544ecc1b8bd8e2aa4f614f257bc91f (plain) (tree)
1
2
                                                         
                   















                                                           
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST


extern inline char *libsimple_stpnset(char *, int, size_t);


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif