scq/scq.h
Enno Tensing 04e72cc8c8
meta: Rename to scq
smu is the ISO 639-3 code of Somray language from Cambodia, while scq is
the ISO 639-3 code of the Sa'och (or Chung) language from Cambodia and
Thailand.
2025-01-22 20:47:29 +01:00

17 lines
486 B
C

// Copyright (C) <2007, 2008> Enno Boland <g s01 de>
// SPDX-FileCopyrightText: (C) 2007 - 2014 Enno Boland <g s01 de>
// SPDX-License-Identifier: MIT
#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 scq_convert(FILE *out, FILE *in, int suppresshtml);
/** utility */
void eprint(const char *format, ...);