7 lines
97 B
C
7 lines
97 B
C
#ifndef __HALF_TEST_H__
|
|
#define __HALF_TEST_H__
|
|
|
|
void test_half_full();
|
|
|
|
#endif//__HALF_TEST_H__
|