Example #1
0
int main() {
    my_lib_function();
}
Example #2
0
int
main(void)
{
    my_lib_function();
    return(EXIT_SUCCESS);
}