avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Inline attribute


From: Bjarne Laursen
Subject: Re: [avr-gcc-list] Inline attribute
Date: Tue, 21 Nov 2006 14:40:17 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

static inline void RestoreState(STATE_REG ps)
{
  SREG = ps;
}

static makes the function local, so that you can define it in more modules






reply via email to

[Prev in Thread] Current Thread [Next in Thread]