mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef __MEM_TEST_H__
|
|
#define __MEM_TEST_H__
|
|
|
|
void mem_test(void);
|
|
|
|
#endif
|