C Standard Library: stdarg.h
| Macro | Header | Standard | VBCC | GCC | SAS/C | DICE | libnix | clib2 | Description |
|---|---|---|---|---|---|---|---|---|---|
| va_start | stdarg.h | C89 | vc.lib | Compliant | Compliant | Compliant | Compliant | Initialize variable argument list | |
| va_arg | stdarg.h | C89 | vc.lib | Compliant | Compliant | Compliant | Compliant | Get next argument | |
| va_end | stdarg.h | C89 | vc.lib | Compliant | Compliant | Compliant | Compliant | End variable argument list | |
| va_copy | stdarg.h | C99 | Missing | Missing | Missing | Missing | Compliant | Copy variable argument list | |
| TOTALS | 3/4 | 0/4 | 3/4 | 3/4 | 3/4 | 4/4 |