Back to Orphans
pastel/mathmatlab/
// Source file for mex building #define FORCE_LINKING(name) \ void force_linking_##name(); \ void call_force_linking_##name() \ { \ force_linking_##name(); \ } FORCE_LINKING(random_orthogonal);