summaryrefslogtreecommitdiff
path: root/util.h
blob: 1ebe991cf724b09609bcd0ae657d5e6efc949774 (plain)
1
2
3
4
5
6
#ifndef UTIL_H
#define UTIL_H

const char * clCheckErrorString(cl_int error);

#endif /* UTIL_H */