File:  [MW Coherent from dump] / coherent / a / usr / include.b4ps2 / varargs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 3.2
 * 	Copyright (c) 1982, 1991 by Mark Williams Company.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
/*
 * varargs.h
 * Variable arguments.
 */

#ifndef	_VARARGS_H
#define	_VARARGS_H	_VARARGS_H

typedef	char *va_list;
#define	va_dcl			int va_alist;
#define	va_start(ap)		ap = (va_list)&va_alist
#define	va_arg(ap, type)	(((type *)(ap += sizeof(type)))[-1])
#define	va_end(ap)

#endif

/* end of varargs.h */

unix.superglobalmegacorp.com

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