head 1.1; access ; symbols ; locks oasisa:1.1; strict; comment @ * @; 1.1 date 2001.06.19.13.05.28; author oasisa; state Exp; branches ; next ; desc @Periodic Update w/ changes to utils plus new utils 6/19/2001 (klh) @ 1.1 log @Initial revision @ text @/****************************************************************************/ /* Copyright (C) 2001 MBARI */ /* Author: Kent Headley */ /****************************************************************************/ /* */ /* MBARI provides this documentation and code "as is", with no warranty, */ /* express or implied, of its quality or consistency. It is provided without*/ /* support and without obligation on the part of the Monterey Bay Aquarium */ /* Research Institute to assist in its use, correction, modification, or */ /* enhancement. This information should not be published or distributed to */ /* third parties without specific written permission from MBARI. */ /* */ /****************************************************************************/ #include /* Standard I/O */ #include /* For exit() */ #include /* MBARI type definitions */ #include /* MBARI constants */ #include /* Time */ #include /* OASIS controller definitions */ #include /* for memcpy() */ #include /* for sqrt() */ #include /* for isspace() */ #include /* for strcmp() */ main( int argc, char **argv ) { printf("LogRecHdr is %d bytes long\n", sizeof(LogRecHdr) ); } @