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