Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 194 Bytes

dummy.c

File metadata and controls

12 lines (9 loc) · 194 Bytes
 
Oct 22, 2017
Oct 22, 2017
1
2
3
4
5
6
7
8
9
10
11
/* $Id: dummy.c,v 1.3 2007/03/21 14:54:16 dron Exp $ */
/*
* Dummy function, just to be ensure that the library always will be created.
*/
void
libport_dummy_function()
{
return;
}