gnucash/borrowed/libc/libc-missing-noop.c
Geert Janssens f943ba61ae Rename directory for code from external projects
'lib' is also being used by the cmake build, so there was a
theoretical risk for file conflicts. The new name is 'borrowed'.
2017-08-17 15:25:49 +02:00

7 lines
86 B
C

void gnc_libc_missing_noop (void);
void gnc_libc_missing_noop (void)
{
return;
}