11 lines
185 B
C
11 lines
185 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#ifndef TEST_STR8_ARRAY_H
|
|
#define TEST_STR8_ARRAY_H
|
|
|
|
#include "wapp.h"
|
|
|
|
TestFuncResult test_str8_array(void);
|
|
|
|
#endif // !TEST_STR8_ARRAY_H
|