8 lines
121 B
C
8 lines
121 B
C
#include "test1.h"
|
|
#include "test2.h"
|
|
#include <stdio.h>
|
|
|
|
void test1() {
|
|
printf("Hola desde test1\n");
|
|
test2();
|
|
} |