tahoma2d/thirdparty/tiff-4.0.3/port/dummy.c

13 lines
194 B
C
Raw Normal View History

2016-03-23 08:12:40 +13:00
/* $Id: dummy.c,v 1.3 2007/03/21 14:54:16 dron Exp $ */
/*
* Dummy function, just to be ensure that the library always will be created.
*/
void
libport_dummy_function()
{
return;
}