| #include <stdint.h> |
| #include <stdlib.h> |
| #include <stdio.h> |
| #include <string.h> |
| #include <errno.h> |
| |
| #include <sofort/sofort.h> |
| |
| sfrt_api |
| int sfrt_output_dummy (const struct sfrt_common_ctx * cctx, FILE * f) |
| { |
| return fprintf(f,"%s\n",cctx->anystring ? cctx->anystring : "(null)"); |
| } |