summaryrefslogtreecommitdiff
path: root/test/test.h
blob: cbd0a849226122cb7664539e4262f2c12e93efea (plain)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */

#ifndef __TEST_H__
#define __TEST_H__

void		 asserti(int, int);

#endif /* __TEST_H__ */