aos/include/test_spawn.h

9 lines
124 B
C

#ifndef __TEST_SPAWN_H
#define __TEST_SPAWN_H
#include <aos/aos.h>
void do_test_spawn(void);
#endif /* __TEST_SPAWN_H */