??? 03/22/05 16:34 Read: times |
#90246 - Libraries Responding to: ???'s previous message |
Donald Catto said:
"Experience. In over 30 years of embedded development I have never needed to link to a single standard C library function in an embedded system"
Presumably that's because you've chosen to use your own implementations instead? Not really, it's mainly because I have never needed any floating point math, let alone atan etc, nor printf and friends and hence no need for atof et al and string manipulation. Takes those out and there's little of the library left. "That's why they are in a library :-)"
Ah, so you've only reinvented it once? As you noted, my experience pre-dates C so perhaps reinvented is not quite the right word. Ian |