Files
argyllcms/tiff/port/dummy.c
2026-08-20 20:28:40 +01:00

13 lines
149 B
C

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