So what i might do is making simple two-dimensional char array like char X[A][B] where A is the number of strings which i'm gonna have in it (10, so it's not a problem) and B is the length of each one? And the other way, what is much more unpleasant to do, but still gives some, let's say, flexibility is to use that two functions mentioned (IPC) instead of malloc, yes? What would you do in my boots?

Thanks guys!