cmake-deps/libraries/library_b/library_b.c

8 lines
82 B
C

#include <stdio.h>
int library_b(void)
{
printf("%s\n", __func__);
return 0;
}