#include #include #include "wrapper.h" convform str2array(char *stringa) { convform sup; int i; sup.length = strlen(stringa); sup.array = (int *)malloc(sup.length*sizeof(int)); for(i=0;i