summaryrefslogtreecommitdiff
path: root/tests/str.h
blob: 64eb0fa99f4a9729678eee3bc1cedb53e614d293 (plain)
1
2
3
4
5
6
7
8
#ifndef _AL_STR_TESTS_H
#define _AL_STR_TESTS_H

#include <al/types.h>

bool str_tests_run(void);

#endif // _AL_STR_TESTS_H