alloc.h


E-mail this post



Remember me (?)



All personal information that you provide here will be governed by the Privacy Policy of Blogger.com. More...



#include <alloc.h>, syntax at the beginning of our code, means we automatically included these (pre-defined) functions in our program:




void *malloc (size_t size); NULL error
void free (void *block);
void *realloc(void *block, size_t size); NULL error










Technorati Tags:
, , , , , ,



0 Responses to “alloc.h”

Leave a Reply

      Convert to boldConvert to italicConvert to link

 


German Flag Spanish Flag French Flag Italian Flag Portuguese Flag Japanese Flag Korean Flag Chinese Flag British Flag


This Website is optimized for Firefox. Users browsing with Internet Explorer may encounter problems while viewing pages.


C++ Maniac



Learn C



Additional



#include



Learn Converting



Appendix


Links


Previous posts




Daily Lessons for programming in Visual Studio, using C code.