From 53a0578bd0605cfa39e7d8d126aa78fb216527d3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 24 Apr 2024 09:32:49 -0400 Subject: Stub and man page for new blob2xex utility. --- blob2xex.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 blob2xex.c (limited to 'blob2xex.c') diff --git a/blob2xex.c b/blob2xex.c new file mode 100644 index 0000000..e3740f6 --- /dev/null +++ b/blob2xex.c @@ -0,0 +1,16 @@ +#include +#include +#include +#include +#include + +#include "xex.h" + +#ifndef VERSION +#define VERSION "???" +#endif + +#define SELF "blob2xex" + +int main(int argc, char **argv) { +} -- cgit v1.2.3