Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
bcachefs-tools
/
refs/heads/systemd-services
/
.
/
cmd_version.c
blob: 5fe30e5e328d033c323301d0f941caac8ccfd2fd [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"cmds.h"
int
cmd_version
(
int
argc
,
char
*
argv
[])
{
printf
(
"%s\n"
,
VERSION_STRING
);
return
0
;
}