X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fpol.h;h=cf5d8e096ae270fef7974ce02e2877bffe8a37fb;hp=49a45c253f3dbd5ea43002aa6898bebc1e094ac3;hb=739e435359d44546dd812fff8c86b815a214d587;hpb=89997e727ff5d4d8828f6fdaee435d809b623ffe diff --git a/include/pol.h b/include/pol.h index 49a45c2..cf5d8e0 100644 --- a/include/pol.h +++ b/include/pol.h @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pol.h,v 1.4 2000/06/13 16:20:31 kevin Exp $ +** $Id: pol.h,v 1.5 2000/12/20 14:39:09 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -88,24 +88,24 @@ struct token_st { typedef struct token_st TOKEN; /* pol.c */ -void pol_init(void); -void pol_skpword(char *w); -void pol_skpchar(char *s); -int pol_install(char *str, int code); -int pol_word(char *search, int nlet); -int pol_usertok(char *str, int *code); -int pol_string(char *str); -int pol_integer(int *n, int typecode, int boundcode, int bb1, int bb2); -int pol_float(double *n, double typecode, double boundcode, double bb1, double bb2); -int pol_skip(void); -void pol_reader(void); -void gettext(char *str, int lim); -void pol_usefile(int source, char *fn); -void pol_closefile(void); -int pol_lookchar(void); -int pol_inchar(void); -void pol_ungetch(int c); -int get_inputline(FILE *fp); -void set_inputline(char *line); +void pol_init (void); +void pol_skpword (char *w); +void pol_skpchar (char *s); +int pol_install (char *str, int code); +int pol_word (char *search, int nlet); +int pol_usertok (char *str, int *code); +int pol_string (char *str); +int pol_integer (int *n, int typecode, int boundcode, int bb1, int bb2); +int pol_float (double *n, double typecode, double boundcode, double bb1, double bb2); +int pol_skip (void); +void pol_reader (void); +void gettext (char *str, int lim); +void pol_usefile (int source, char *fn); +void pol_closefile (void); +int pol_lookchar (void); +int pol_inchar (void); +void pol_ungetch (int c); +int get_inputline (FILE *fp); +void set_inputline (const char const *line); #endif