7 lines
112 B
C
7 lines
112 B
C
#include "types.h"
|
|
#include "stlio.h"
|
|
|
|
void test_write(void);
|
|
void test_dispatcher(void);
|
|
void test_read(void);
|