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