1 2 3 4 5 6 7 8
#include "library.h" int main(void) { int sum = library_function(); return sum == EXPECTED ? 0 : 1; }