dislin.h __PARAMETERS__(){}; -f __FOLDERS__(){}; __HEADERS__(){}; __TYPES__(){}; __MACROS__(){}; __POST_REPS__(){}; __START_BI__(){}; ' This is file dislin.bi ' (FreeBasic binding for dislin toolkit version 10.2) ' ' (C) 2011 Thomas[ dot ]Freiherr[ at ]gmx[ dot ]net ' translated with help of h_2_bi.bas ' (http://www.freebasic-portal.de/downloads/ressourcencompiler/h2bi-bas-134.html) ' ' Licence: ' This library binding 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 binding 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, refer to: ' http://www.gnu.org/licenses/lgpl.html ' ' ' Original header head: ' ' /****************************************************************/ ' /** DISLIN.H **/ ' /** **/ ' /** INCLUDE file for DISLIN C routines. **/ ' /** **/ ' /** Date : 15.11.2011 **/ ' /** Functions: 733 **/ ' /** Version : 10.2 **/ ' /****************************************************************/ #IFDEF __FB_WIN32__ #PRAGMA push(msbitfields) #ENDIF #INCLIB "dislin" __END_BI__(){}; #IFDEF __FB_WIN32__ #PRAGMA pop(msbitfields) #ENDIF