1 2 #include <sys/types.h> 3 #include <libelftc.h> 4 5 const char * 6 elftc_version(void) 7 { 8 return "elftoolchain r3769"; 9 } 10