in reply to Re^2: 'packlist'/'unpackstring' in XS
in thread 'packlist'/'unpackstring' in XS

Thank you all, I found a solution
for (int c = n - 1; c >= 0; c--) { int a = POPi; printf("%c\n", a); }