mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
11 lines
131 B
C
11 lines
131 B
C
/* $FreeBSD$ */
|
|
|
|
#include <sys/types.h>
|
|
#include <libelftc.h>
|
|
|
|
const char *
|
|
elftc_version(void)
|
|
{
|
|
return "elftoolchain r3520M";
|
|
}
|