X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fkstddef.h;h=00fbddd2c206dc587c7b25429942c4e491955611;hp=917e59d6075c1305b45eab4380280671d3cbf86c;hb=2451ac413848718a1dd666ce6f6464e974680f47;hpb=013445d4e52c07491291289eb32fa325d9f9f8ff diff --git a/include/kstddef.h b/include/kstddef.h index 917e59d..00fbddd 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.14 2000/06/07 03:49:54 kevin Exp $ +** $Id: kstddef.h,v 1.15 2000/06/09 01:35:33 kevin Exp $ ** $Log: kstddef.h,v $ +** Revision 1.15 2000/06/09 01:35:33 kevin +** Convert MPI structure to C++ class +** ** Revision 1.14 2000/06/07 03:49:54 kevin ** *** empty log message *** ** @@ -318,6 +321,7 @@ int write_nfloat32 (float const *f, int fd); int read_nfloat64 (double *d, int fd); int write_nfloat64 (double const *d, int fd); void ConvertNetworkOrder (void* buffer, size_t bytes); +void ConvertReverseNetworkOrder (void* buffer, size_t bytes); #ifdef __cplusplus }