1*4887Schin/* 2*4887Schin * CDDL HEADER START 3*4887Schin * 4*4887Schin * The contents of this file are subject to the terms of the 5*4887Schin * Common Development and Distribution License (the "License"). 6*4887Schin * You may not use this file except in compliance with the License. 7*4887Schin * 8*4887Schin * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4887Schin * or http://www.opensolaris.org/os/licensing. 10*4887Schin * See the License for the specific language governing permissions 11*4887Schin * and limitations under the License. 12*4887Schin * 13*4887Schin * When distributing Covered Code, include this CDDL HEADER in each 14*4887Schin * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4887Schin * If applicable, add the following below this CDDL HEADER, with the 16*4887Schin * fields enclosed by brackets "[]" replaced with your own identifying 17*4887Schin * information: Portions Copyright [yyyy] [name of copyright owner] 18*4887Schin * 19*4887Schin * CDDL HEADER END 20*4887Schin */ 21*4887Schin/* 22*4887Schin * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*4887Schin * Use is subject to license terms. 24*4887Schin * 25*4887Schin * lib/libpp/common/llib-lpp 26*4887Schin * 27*4887Schin */ 28*4887Schin 29*4887Schin#pragma ident "%Z%%M% %I% %E% SMI" 30*4887Schin 31*4887Schin/*LINTLIBRARY*/ 32*4887Schin/*PROTOLIB1*/ 33*4887Schin 34*4887Schin#include "pp.h" 35*4887Schin 36*4887Schin/* automatically generated data start here */ 37*4887Schinextern struct ppglobals pp; 38*4887Schinextern char ppctype[]; 39*4887Schinextern int ppargs(char**, int); 40*4887Schinextern void ppcpp(void); 41*4887Schinextern void ppcomment(char*, char*, char*, int); 42*4887Schinextern void* ppcontext(void*, int); 43*4887Schinextern void pperror(int, ...); 44*4887Schinextern void ppincref(char*, char*, int, int); 45*4887Schinextern void ppinput(char*, char*, int); 46*4887Schinextern int pplex(void); 47*4887Schinextern void ppline(int, char*); 48*4887Schinextern void ppmacref(struct ppsymbol*, char*, int, int, unsigned long); 49*4887Schinextern void ppop(int, ...); 50*4887Schinextern void pppragma(char*, char*, char*, char*, int); 51*4887Schinextern int ppprintf(char*, ...); 52*4887Schinextern int ppsync(void); 53*4887Schin/* end of automatically generated data */ 54