#include <string.h>
Go to the source code of this file.
Functions | |
template<class Datatype> | |
void | Realloc (Datatype **Array, int OldSize, int NewSize) |
The templated equalivalent of realloc() with type safety. |
Definition in file FCHelpingAlgorithms.h.