#48224 - joebob180 - Mon Jul 18, 2005 7:52 am
This might sound stupid, but how can I get the stdlib to work with devkitarm?
#48247 - Lord Graga - Mon Jul 18, 2005 1:26 pm
Code: |
#include <stdlib.h> |
#48301 - joebob180 - Mon Jul 18, 2005 10:15 pm
Yeah, I tried that though. Is do I have to add the standard library into the makefile includes? Ive been looking for a demo that uses the library and includes a makefile, but I cant seem to find one.
#48334 - wintermute - Tue Jul 19, 2005 8:57 am
joebob180 wrote: |
Yeah, I tried that though. Is do I have to add the standard library into the makefile includes? Ive been looking for a demo that uses the library and includes a makefile, but I cant seem to find one. |
do you have a specific problem?
#48452 - joebob180 - Wed Jul 20, 2005 3:21 am
Never mind. I got it figured out. sorry!