freebsd-dev/lib/libelftc/elftc_version.c

11 lines
131 B
C
Raw Normal View History

/* $FreeBSD$ */
#include <sys/types.h>
#include <libelftc.h>
const char *
elftc_version(void)
{
return "elftoolchain r3668M";
}