// Copyright (c) 2005-2008 ASCLEPIOS Project, INRIA Sophia-Antipolis (France) // All rights reserved. // // This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org). // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later // // // Author(s) : ASCLEPIOS Project (INRIA Sophia-Antipolis), Laurent Rineau #ifndef FGETNS_H #define FGETNS_H #include /* get a string from a file and discard the ending newline character if any */ char *fgetns(char *str, int n, _image *im ); #ifdef CGAL_HEADER_ONLY #include #endif // CGAL_HEADER_ONLY #endif // FGETNS_H