Annotation of lucent/68020/include/stdarg.h, revision 1.1.1.1

1.1       root        1: typedef char *va_list;
                      2: 
                      3: #define va_start(list, start) list = (char *)(&(start)+1)
                      4: #define va_end(list)
                      5: #define va_arg(list, mode) (sizeof(mode)==1 ? ((mode *) (list += 4))[-4] : \
                      6: sizeof(mode)==2 ? ((mode *) (list += 4))[-2] : ((mode *) (list += sizeof(mode)))[-1])

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.