I don't know if this is the right answer.

Take a look at:
   http://mspgcc.sourceforge.net/manual/
       6. Using inline assembly language in C programs with mspgcc
       and sub-topics.

See also in:
   6.4. Tips & tricks
There is an example of an inline C function.

On Wed, Nov 12, 2003 at 06:41:30PM +0100, Peter Mueller wrote:
> Hi, 
> 
> I like to extend the question. Is there a way to achieve inlining in C 
> beside using #define? 
> 
> 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 I 
> > want to force mspgcc to inline that C function. 
> > How can I do that ? 
> > 
> > 
> > Thanx, 
> > Tjerk Hofmeijer 
> > 

Reply via email to