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