X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fcio.h;h=1d14b89e1bba3a8a833c7a5c46fd87bae30be3e6;hb=07b93dbf2b66fa23c5378ab0fa42f9a7f0083380;hp=fd54e7a6eb9981415fefc8a7a43186dfe4ec0fc2;hpb=e33032591cdd8b4c620d01a3b3c3a13f9b6fb794;p=ctsim.git 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 */