#include "ibs.c" int main (void) { int x = 6; int foo[5] = { 1, 2, 3, 4, 5 }; int y = 6; printf ("%d\n", ibs (foo, 5, 6)); return 0; }