smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit b5742904c73370eed99a74fdf70419c529abf7ae
parent 8ccc68ccca20b1c6ae4022e0ab271661c1e11edc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 11 May 2021 01:54:20 +0200

remove smu.h

Diffstat:
Dsmu.h | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

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, ...); -