To use those functions, malloc has to work, Check if you have proper implementation of brk, sbrk to adjust the pointer to allocate memory. You can just have functions _sbrk, _brk defined in your source files to implement those functions, after this your stdlib should start to work. --- In lpc2000@yahoogroups.com, "ah_sandiego" <ah_sandiego@...> wrote: > > I want to use SPRINTF in my program. I included <stdio.h> and > <string.h> and it didn't work. > > I am using GCC tools. > > Any suggestions? > > Thanks, > AH >
Message
Re: SPRINTF??
2006-04-03 by yugandhar_vasi