From f4603994a39431c8cee036216a6d15ab7281b0c6 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 14 Dec 2015 01:58:21 -0500 Subject: initial commit. --- src/output/sfrt_output_name.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/output/sfrt_output_name.c (limited to 'src/output/sfrt_output_name.c') diff --git a/src/output/sfrt_output_name.c b/src/output/sfrt_output_name.c new file mode 100644 index 0000000..c0aff5e --- /dev/null +++ b/src/output/sfrt_output_name.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include +#include + +#include + +sfrt_api +int sfrt_output_name(const struct sfrt_unit_ctx * uctx, FILE * f) +{ + return fprintf(f,"%s\n",*uctx->path); +} -- cgit v1.2.3