xref: /freebsd/lib/libelftc/elftc_version.c (revision 2a63c3be158216222d89a073dcbd6a72ee4aab5a)
131942939SEd Maste 
231942939SEd Maste #include <sys/types.h>
331942939SEd Maste #include <libelftc.h>
431942939SEd Maste 
531942939SEd Maste const char *
elftc_version(void)631942939SEd Maste elftc_version(void)
731942939SEd Maste {
8*d003e0d7SEd Maste 	return "elftoolchain r3769";
931942939SEd Maste }
10