Rev 534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 1595 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | (ap).last = (__u8 *) &(lst) |
47 | (ap).last = (__u8 *) &(lst) |
48 | 48 | ||
49 | #define va_arg(ap, type) \ |
49 | #define va_arg(ap, type) \ |
50 | (*((type *)((ap).last + ((ap).pos += sizeof(type) ) - sizeof(type)))) |
50 | (*((type *)((ap).last + ((ap).pos += sizeof(type) ) - sizeof(type)))) |
51 | 51 | ||
- | 52 | #define va_copy(dst,src) dst=src |
|
52 | #define va_end(ap) |
53 | #define va_end(ap) |
53 | 54 | ||
54 | 55 | ||
55 | #endif |
56 | #endif |