golomb.h 192 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 /* * 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_ */