Xref: news2.mv.net comp.os.msdos.djgpp:6586 From: reynders AT cc DOT helsinki DOT fi (Joonas W N Reynders) Newsgroups: comp.os.msdos.djgpp Subject: return type of malloc? Date: 29 Jul 1996 08:53:34 GMT Organization: University of Helsinki Lines: 7 Message-ID: <4thu6e$nsr@oravannahka.Helsinki.FI> NNTP-Posting-Host: kruuna.helsinki.fi Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp What type is the pointer malloc returns? Is it a selector:offset pair, just a 32bit offset or what? The reason I need to know this is that I've got a few routines made with MASM which copy information from a mallocated buffer to SVGA buffer. Joonas