dumconv.c

来自「支持各种栅格图像和矢量图像读取的库」· C语言 代码 · 共 71 行

C
71
字号
/* * 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(	size_t  nrCells,  	void   *buf ){	/* nothing */}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?