I have a program in C (program_a.c) this program depends some functions that it doesn't have declared in its body, because this functions are in another file (library.h), but I don't have the file .h or file .c only I have the version compilated which is a binary file.
Can I compile my program and make use of this library that isn´t a .h or .c file?