I\'m converting a header file for a DLL written in C to Delphi so I can use the DLL.
My question is what is the difference between
int* i
int* i and int *i are completely equivalent
int *i