Peter Mueller wrote:
Hi,I like to extend the question. Is there a way to achieve inlining in C beside using #define?
like that one: inline void function(void) { ... } ? that is supported my gcc, but its not standard C chris
Thanks, Peter Am Mittwoch, 12.11.03 um 17:19 Uhr schrieb Tjerk Hofmeijer: Hello,I've got a small assembly function that calls a C function and Iwant to force mspgcc to inline that C function. How can I do that ?Thanx,Tjerk Hofmeijer