#ifndef __PERM_H__ #define __PERM_H__ int* permList(int sz); #endif