#ifndef _PREDICT_H #define _PREDICT_H #ifdef __cplusplus extern "C" { #endif int run_predict(int *arr); #ifdef __cplusplus } #endif #endif /* _LIBSVM_H */