I`m planing to make a little game where I whant you to be abel to choose how big a matrix should be I figurd that I probably coul use maloc to creat it as a globel variabel but can I use realloc to make it bigger/smaller? or is the realloc just for the funktion I called it in?