public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* missing malloc.h
@ 1998-01-17  0:28 Gregor B. Heini
  1998-01-19  2:54 ` Colman Curtin
  1998-01-21  2:05 ` hgfernan
  0 siblings, 2 replies; 4+ messages in thread
From: Gregor B. Heini @ 1998-01-17  0:28 UTC (permalink / raw)
  To: gnu-win32

Hello

I'm missing malloc.h. Is it possible that this file is missing,
or is there any other to be used.

Regards, G.Heini
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: missing malloc.h
  1998-01-17  0:28 missing malloc.h Gregor B. Heini
@ 1998-01-19  2:54 ` Colman Curtin
  1998-01-21  2:05 ` hgfernan
  1 sibling, 0 replies; 4+ messages in thread
From: Colman Curtin @ 1998-01-19  2:54 UTC (permalink / raw)
  To: tnt; +Cc: GNU Win 32

> -----Original Message-----
> From: owner-gnu-win32@cygnus.com [ mailto:owner-gnu-win32@cygnus.com]On
> Behalf Of Gregor B. Heini
> Sent: 16 January 1998 17:31
> To: gnu-win32@cygnus.com
> Subject: missing malloc.h
> 
> 
> Hello
> 
> I'm missing malloc.h. Is it possible that this file is missing,
> or is there any other to be used.

hi
create a single line "malloc.h"
#include <stdlib.h>

____________________________________________________________
Colman Curtin					mailto:ccurtin@trintech.ie
Senior Software Engineer               
------------------------------------------------------------
Trintech (Manufacturing) Ltd,		http://www.trintech.com/
South County Business Park,
Leopardstown,
Dublin 18.
Tel +353-1-2956766		Fax +353-1-2954735
------------------------------------------------------------

Anything labeled "NEW" and/or "IMPROVED" isn't. The label
means the price went up. The label "ALL NEW", "COMPLETELY
NEW", or "GREAT NEW" means the price went way up.
 


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: missing malloc.h
  1998-01-17  0:28 missing malloc.h Gregor B. Heini
  1998-01-19  2:54 ` Colman Curtin
@ 1998-01-21  2:05 ` hgfernan
  1 sibling, 0 replies; 4+ messages in thread
From: hgfernan @ 1998-01-21  2:05 UTC (permalink / raw)
  To: Gregor B. Heini, gnu-win32; +Cc: Fernandes, Hilton

On 16 Jan 98 at 18:30,  Gregor B. Heini <tnt@swix.ch> wrote:

> Hello
> 
> I'm missing malloc.h. Is it possible that this file is missing,
> or is there any other to be used.
> 
> Regards, G.Heini

Hello, Heini.

The header named malloc.h isn't standard ANSI C.  You'd better use 
stdlib.h if you want to stay portable and standard.  

Otherwise, create your own malloc.h.


Regards,
++Hilton
-------------------
Hilton Fernandes
email: hgfernan@usp.br
www:   http://www.lsi.usp.br/~hilton.html (inactive)
M. Sc. Student of Parallel Distributed Applications
at Escola Politecnica (Polytechic School)
University of S. Paulo - Brazil
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: missing malloc.h
@ 1998-01-19 17:06 Earnie Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 1998-01-19 17:06 UTC (permalink / raw)
  To: tnt; +Cc: gnu-win32

malloc functions are declared in <stdlib.h>

>Date: Fri, 16 Jan 1998 18:30:36 +0100
>From: "Gregor B. Heini" <tnt@swix.ch>
>Reply-To: tnt@swix.ch
>To: gnu-win32@cygnus.com
>Subject: missing malloc.h
>
>Hello
>
>I'm missing malloc.h. Is it possible that this file is missing,
>or is there any other to be used.
>
>Regards, G.Heini
>-
>For help on using this list (especially unsubscribing), send a message 
to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>


-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------

Check out these great gnu-win32 related sites:
ftp://ftp.cygnus.com/pub/gnu-win32/latest/           (ftp site)
http://www.cygnus.com/pubs/gnupro/                   (Comercial Page)
http://www.cygnus.com/misc/gnu-win32/                (Project Page)
http://www.cygnus.com/ml/gnu-win32                   (Mail Archives)
http://www.itribe.net/virtunix/winhelp-man-pages/    (HTML Man Pages)
http://www.lexa.ru/sos                               (Sergey Okhapkin)
ftp://www.lexa.ru/pub/domestic/sos/                (Sergey's ftp site)
http://www.fu.is.saga-u.ac.jp/~colin/gcc.html        (Colin Peters)
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ (Mumit Khan)
http://gnu-win32.paranoia.ru                   (Chuck Bogorad's ports)
ftp://ftp.deninc.com/pub (Den Internet Services - US mirror and ports)
http://www.bestweb.net/~aka/gnu-win32/  (GNU-Win32 Bash Configuration)


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-01-21  2:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-17  0:28 missing malloc.h Gregor B. Heini
1998-01-19  2:54 ` Colman Curtin
1998-01-21  2:05 ` hgfernan
1998-01-19 17:06 Earnie Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).