mirror of
https://github.com/icaven/glm.git
synced 2025-12-09 10:16:47 +08:00
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__
|