X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fkstddef.h;h=4a5771c267cf3c180afd8f4062d8facce562941e;hp=5634ef9862be74f2be521f27e95803feb6b5408d;hb=44ba0e9facc91003bf3ef32876f8b8ac5439c3c1;hpb=da11926c1039ae4c880915db508d69614ec7c79e diff --git a/include/kstddef.h b/include/kstddef.h index 5634ef9..4a5771c 100644 --- a/include/kstddef.h +++ b/include/kstddef.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: kstddef.h,v 1.6 2000/05/03 19:51:41 kevin Exp $ +** $Id: kstddef.h,v 1.7 2000/05/07 12:46:19 kevin Exp $ ** $Log: kstddef.h,v $ +** Revision 1.7 2000/05/07 12:46:19 kevin +** made c++ compatible +** ** Revision 1.6 2000/05/03 19:51:41 kevin ** function renaming for phantoms and phantom elements ** @@ -52,6 +55,11 @@ #ifndef STDDEF_H #define STDDEF_H +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + + #include #include #include @@ -233,4 +241,8 @@ char *td_str_cdate(DATE *d); char *td_month_name(int n); char *td_day_name(int n); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif