How can I use a max_size variable to get only the desired characters?.
max_size
int max_size=64; sscanf(p,"%s %(MAX_SIZE-1)[^\\n]",a,b);