|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Malloc doubt [color=red] #include<malloc.h>; Use of this? Malloc in the end how? [/color] [/b] |
Malloc doubt Halo, read out.
Lenovo brothers will tell you : man malloc |
Malloc doubt -->
I understand, aero also. : D |
Malloc doubt [code]
#include "Stdlib.h>;
#include "Malloc.h>;
Int main (void)
{
Char* buffer;
Buffer = (char*) malloc (80);
If (buffer> NULL) (
LEAVES OF 13 SPECIES OF LAURACEAE do something with the buffer */
Free (buffer);
}
Return EXIT_SUCCESS;
}
[/code] |
Malloc doubt
| |
|