Date: Mon, 11 Dec 1995 07:57:15 +0200 (IST) From: Eli Zaretskii To: Nicholas Marrone Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Length of pointer & freezing machine On Sat, 9 Dec 1995, Nicholas Marrone wrote: > function I'm writing with v2. I can get the assembly program to get > the arguments correctly, but I do not understand what length of > pointers I should have. I am passing a pointer to an array of numbers, > what size should the pointer be? I do not understand this. The pointer in DJGPP is just a 32-bit number.