1 2 3 4 5 6 7
#include<stdio.h> #include<gsl/gsl_permutation.h> void gsl_per_free(gsl_permutation *p) { gsl_permutation_free(p); }