Sha256: c063aed0b766a38a5024af19abe7881712a92fcd9ed85522211d3291d611ff17

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

/* Lasem - SVG and Mathml library
 *
 * Copyright © 2013 Emmanuel Pacaud
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General
 * Public License along with this library; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA 02111-1307, USA.
 *
 * Author:
 * 	Emmanuel Pacaud <emmanuel@gnome.org>
 */

#ifndef LSM_ITEX_H
#define LSM_ITEX_H

#include <lsmtypes.h>

G_BEGIN_DECLS

char *		lsm_itex_to_mathml		(const char *itex, gsize size);
void		lsm_itex_free_mathml_buffer	(char *mathml);

G_END_DECLS

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mathematical-0.4.2 ext/mathematical/lasem/src/lsmitex.h
mathematical-0.4.1 ext/mathematical/lasem/src/lsmitex.h
mathematical-0.4.0 ext/mathematical/lasem/src/lsmitex.h