remove smu.h - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
 (HTM) git clone git://git.codemadness.org/smu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b5742904c73370eed99a74fdf70419c529abf7ae
 (DIR) parent 8ccc68ccca20b1c6ae4022e0ab271661c1e11edc
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 11 May 2021 01:54:20 +0200
       
       remove smu.h
       
       Diffstat:
         D smu.h                               |      19 -------------------
       
       1 file changed, 0 insertions(+), 19 deletions(-)
       ---
 (DIR) diff --git a/smu.h b/smu.h
       @@ -1,19 +0,0 @@
       -/* libsmu - simple markup library
       - * Copyright (C) <2007, 2008> Enno Boland <g s01 de>
       - *
       - * See LICENSE for further informations
       - */
       -#include <stdio.h>
       -
       -/**
       - * Converts contents of a simple markup stream (in) and prints them to out.
       - * If suppresshtml == 1, it will create plain text of the simple markup instead
       - * of HTML.
       - *
       - * Returns 0 on success.
       - */
       -int smu_convert(FILE *out, FILE *in, int suppresshtml);
       -
       -/** utility */
       -void eprint(const char *format, ...);
       -