6 lines
53 B
C
6 lines
53 B
C
#include "test.h"
|
|
|
|
int test_screen() {
|
|
return 0;
|
|
}
|
#include "test.h"
|
|
|
|
int test_screen() {
|
|
return 0;
|
|
}
|