EVOLUTION-MANAGER
Edit File: dumconv.c
/* * dumconv.c $Log$ Revision 1.3 2006/02/07 10:17:15 kdejong Fixed endian compile problem some rcs issues of Kor, I guess Checked in by cees (cees@pcraster.nl) on account of Kor Revision 1.3 2005/10/03 07:23:00 kor Removed rcs id string Revision 1.2 2005/09/29 18:43:22 cees x86_64 Revision 1.1.1.1 2000/01/04 21:04:37 cees Initial import Cees Revision 2.0 1996/05/23 13:16:26 cees csf2clean Revision 1.1 1996/05/23 13:11:49 cees Initial revision Revision 1.2 1995/11/01 17:23:03 cees . * Revision 1.1 1994/09/09 12:17:59 cees * Initial revision * */ /********/ /* USES */ /********/ /* libs ext. <>, our "" */ #include "csf.h" #include "csfimpl.h" /* global header (opt.) and dumconv's prototypes "" */ /* headers of this app. modules called */ /***************/ /* EXTERNALS */ /***************/ /**********************/ /* LOCAL DECLARATIONS */ /**********************/ /*********************/ /* LOCAL DEFINITIONS */ /*********************/ /******************/ /* IMPLEMENTATION */ /******************/ /* ARGSUSED */ /* dummy conversion (LIBRARY_INTERNAL) * does nothing */ void CsfDummyConversion( CPL_UNUSED size_t nrCells, CPL_UNUSED void *buf ) { /* nothing */ }