#ifndef SC_AI_h #define SC_AI_h void SC_AI_setup(); void SC_AI(int arr[], int size); #endif