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