aboutsummaryrefslogtreecommitdiff
path: root/c/test.h
blob: 50ae9e6960f97dc799f1ffdf9b7d37e152cf1272 (plain)
1
2
3
4
5
6
#ifndef TEST_H
#define TEST_H

int RunTests();

#endif