/* * golomb.h * * Created on: 26/03/2016 * Author: pedro */ #ifndef SRC_CSPS_GOLOMB_H_ #define SRC_CSPS_GOLOMB_H_ void run_golomb(int* csp_dims); #endif /* SRC_CSPS_GOLOMB_H_ */