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

10 lines
137 B
C

/*
* Dummy function, just to be ensure that the library always will be created.
*/
void
libport_dummy_function()
{
return;
}