aboutsummaryrefslogblamecommitdiffstats
path: root/close.c
blob: 8fcfbe2db220a41e11dadabb4a5cc219c09e1aa4 (plain) (tree)
1
2
                                                         
                   















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


extern inline int libsimple_close(int *); /* TODO test */


#else
#include "test.h"

int
main(void)
{
	return 0;
}

#endif