xref: /freebsd/lib/libelftc/elftc_version.c (revision 22cf89c938886d14f5796fc49f9f020c23ea8eaf)
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