[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] Use of C standard library
From: |
Bill Auerbach |
Subject: |
RE: [lwip-users] Use of C standard library |
Date: |
Fri, 18 Jun 2010 17:52:18 -0400 |
Malloc and free can be used, but lwIP can be configured to supply its own
memory allocation and I believe this is the default. Anything else used as
far as C runtime is concerned I expect you'd see support for in all embedded
C compilers.
Bill
>-----Original Message-----
>From: address@hidden
>[mailto:address@hidden On
>Behalf Of address@hidden
>Sent: Friday, June 18, 2010 5:03 PM
>To: address@hidden
>Subject: [lwip-users] Use of C standard library
>
>Is there any use of C standard runtime library calls from LwIP like
>malloc, free, rand or other "usefull" things possibly not available with
>embedded C Compilers ?