#ifndef _VALIST_H_44426354_ #define _VALIST_H_44426354_ #include typedef struct valist VALIST; struct valist { va_list ap; } ; #endif