I just compiled the sources from the HuC website and changed a line where it had a OS verifications.
The only input that it gives is Segmentation Fault: 11.
But, if I try to compile .c file with:
#include "huc.h"
main() {
}
it compiles OK, but if I put any HuC function like set_color() it gives me the Segmentation Fault error.