1 2 3 4 5 6
#ifndef UTIL_H #define UTIL_H const char * clUtilErrorString(cl_int error); #endif /* UTIL_H */