d6b3ca836abe63ebecf63ed716a44b1ad954b43b
[pintos-anon] / src / threads / test.h
1 #ifndef THREADS_TEST_H
2 #define THREADS_TEST_H
3
4 #include "threads/init.h"
5
6 void test (void);
7
8 #endif /* threads/test.h */