• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <stdarg.h>
2 
3 extern "C" {
4 struct OpaqueType;
5 OpaqueType *function(va_list);
6 }
7