2
0

dummy.c 194 B

123456789101112
  1. /* $Id: dummy.c,v 1.3 2007-03-21 14:54:16 dron Exp $ */
  2. /*
  3. * Dummy function, just to be ensure that the library always will be created.
  4. */
  5. void
  6. libport_dummy_function()
  7. {
  8. return;
  9. }