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