X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fcio.h;h=1d14b89e1bba3a8a833c7a5c46fd87bae30be3e6;hp=fd54e7a6eb9981415fefc8a7a43186dfe4ec0fc2;hb=c15d94034f5f815fc058c49c4b16f48ded042fd9;hpb=61a66c46fb3b7ed0d22b27bf08c2d7adf418ce62 diff --git a/include/cio.h b/include/cio.h index fd54e7a..1d14b89 100644 --- a/include/cio.h +++ b/include/cio.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: cio.h,v 1.7 2000/05/08 20:45:10 kevin Exp $ +** $Id: cio.h,v 1.8 2000/06/05 01:32:45 kevin Exp $ ** $Log: cio.h,v $ +** Revision 1.8 2000/06/05 01:32:45 kevin +** Added C++ compatibility +** ** Revision 1.7 2000/05/08 20:45:10 kevin ** *** empty log message *** ** @@ -82,7 +85,7 @@ void cio_kb_ungetc(unsigned int c); char *cio_kb_gets(char *str, int maxlen); unsigned int cio_kb_waitc(const char *astr, int beep); -#ifdef _cplusplus +#ifdef __cplusplus } #endif /* _cplusplus */