How to work with realloc function in CVI. When i am trying to reallocate structure,It is returning NULL value.
separatedVal = realloc( separatedVal ,(i+1) * sizeof(struct Separate));
here i am getting separatedVal = NULL
How to work with realloc function in CVI. When i am trying to reallocate structure,It is returning NULL value.
separatedVal = realloc( separatedVal ,(i+1) * sizeof(struct Separate));
here i am getting separatedVal = NULL