Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/01/01 01:19
Read: times


 
#11253 - RE: Dynamic Arrays (calloc)
Well of course it would!
If you don't call calloc you don't need to implement it!!

Once you add a call to calloc you need to add both an implementation of calloc (eg, calloc.c, which you compile to calloc.obj) and also tell the linker that it needs to include this new, extra object!

List of 11 messages in thread
TopicAuthorDate
Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      
RE: Dynamic Arrays (calloc)            01/01/70 00:00      

Back to Subject List