kopia lustrzana https://github.com/Hamlib/Hamlib
10 wiersze
141 B
C
10 wiersze
141 B
C
|
/* Dummy function to make sure libmisc never become an empty library.
|
||
|
* Solaris linker does not like such libs.
|
||
|
*/
|
||
|
|
||
|
void dummy(void)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|