Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/86 prelinking/file1.c
T

15 lines
185 B
C

#include<public_header.h>
#include<private_header.h>
int public_func() {
return round1_a();
}
int round1_a() {
return round1_b();
}
int round2_a() {
return round2_b();
}