Rev 40 | Rev 125 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 40 | Rev 41 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | 29 | ||
30 | /* |
30 | /* |
31 | * Variable argument list manipulation macors |
31 | * Variable argument list manipulation macros |
32 | * for architectures using stack to pass arguments. |
32 | * for architectures using stack to pass arguments. |
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef __STACKARG_H__ |
35 | #ifndef __STACKARG_H__ |
36 | #define __STACKARG_H__ |
36 | #define __STACKARG_H__ |