Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/44 pkgconfig-gen/foo.c
T

8 lines
163 B
C

#include"simple.h"
int answer_to_life_the_universe_and_everything (void);
int simple_function(void) {
return answer_to_life_the_universe_and_everything();
}