Sha256: 15c973984d3ddef985e32bafce168e408e74e737f88ea19173dcb9561421fa48
Contents?: true
Size: 1023 Bytes
Versions: 2
Compression:
Stored size: 1023 Bytes
Contents
/* Lasem * * Copyright © 2007-2012 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., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1335, USA. * * Author: * Emmanuel Pacaud <emmanuel@gnome.org> */ #ifndef LSM_MISC_H #define LSM_MISC_H #include <lsmtypes.h> char * lsm_g_string_free_and_steal (GString *string) G_GNUC_WARN_UNUSED_RESULT; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mathematical-1.6.20 | ext/mathematical/lasem/src/lsmmisc.h |
mathematical-1.6.18 | ext/mathematical/lasem/src/lsmmisc.h |