blob: 61bd35b049efc239f10ca2a9ff86afaf7ba7dc1b [file] [log] [blame]
Brad Bishopa669a502021-08-03 16:01:43 -04001#pragma once
2#include <stddef.h>
3#ifdef __cplusplus
George Liucf724032024-10-29 14:31:51 +08004extern "C"
5{
Brad Bishopa669a502021-08-03 16:01:43 -04006#endif
7char** generate_test_sarray(size_t);
8#ifdef __cplusplus
9}
10#endif