Sha256: 5c53a0c9a69762f1544ead24a0d585374bd8ef678ed7bce78a976dc9b6569fe0
Contents?: true
Size: 1.16 KB
Versions: 20
Compression:
Stored size: 1.16 KB
Contents
/* Copyright 2005 Roberto Raggi <roberto@kdevelop.org> Copyright 2006 Hamish Rodda <rodda@kde.org> Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE KDEVELOP TEAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef PP_INTERNAL_H #define PP_INTERNAL_H #include "pp-stream.h" namespace rpp { bool isComment(Stream& input); Stream& devnull(); } // _PP_internal #endif // PP_INTERNAL_H
Version data entries
20 entries across 20 versions & 2 rubygems