j
k
j a
j l
Christian Costa titan.costa@gmail.com wrote:
if (!name || !size) if (!name && !size) return E_POINTER; dxfile_size = *size;
if (!name && !size) return E_POINTER;
dxfile_size = *size;
So, what happens if name is not NULL, but size is?
Back to the thread
Back to the list