/************************************************************************** * * Flib 3.4 - 24/11/2005 * * Copyright (C) 2000-2004 François LEIBER * Copyright (C) 2005 Florent WEBER * * This file is part of Flib. * * Flib is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation ; either version 2 of the License, or * (at your option) any later version. * * Flib 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program ; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * *************************************************************************/ #ifndef _89_92_v200 /* *INDENT-OFF* */ SCR_RECT ECRAN = {{0, 0, _89_92(159, 239), _89_92(99, 127)}} ; /* *INDENT-ON* */ #endif /*///////////////////////////////////////////////////////////////////////////////////////*/ unsigned char *contraste(void) ; static void attend(unsigned short) ; #ifdef _89_92_v200 /* Modification par Florent Weber */ static void bitmap_put(short, short, unsigned char *, short, SCR_RECT *) ; #else static void bitmap_put(short, short, unsigned char *, short) ; #endif static void beep(short, long) ; static ESI parse_2d_expr(char *) ; /*///////////////////////////////////////////////////////////////////////////////////////*/