ocl-include 0.6.0

Simple preprocessor that implements #include mechanism for OpenCL source files
Documentation
1
2
3
4
5
#include <header.h>

int main() {
    return RET_CODE;
}