Skip to content

Abandon a variable argument list

#include <stdarg.h>
void va_end(va_list ap);
```### Description
Use va_end to declare that your program will not use the variable argument list ap any further.### Returns
va_end does not return a result.
---
**Authoritative source**: BUSMASTER DITA help source `va_end.dita`, compiled into `BUSMASTER.CHM` with the application.