#include extern int mod_kmp(int, int); int main(int argc, char *argv[]) { printf("%d\n", mod_kmp(2, -3)); }