Is it possible to position a particular C library function at a specified memory location with GNU GCC compiler.?
I am using avr-gcc for compiling application. The exact purpose of this is I need to write a code snippet which contain a call to fscanf function, And I want all code for this application and dependent functions should be in a particular range of address.