Sha256: 8aaba46ea80ebe6b28b9f21511b3145be75c0ff037195b0e2f13fc4097d242b8
Contents?: true
Size: 473 Bytes
Versions: 3
Compression:
Stored size: 473 Bytes
Contents
/* -*- c -*- * File: pstring.h * Author: Igor Vlasenko <vlasenko@imath.kiev.ua> * Created: Fri Jul 1 20:11:51 2005 * * $Id$ */ #ifndef _PSTRUTILS_H #define _PSTRUTILS_H 1 #include "pbuffer.h" static PSTRING lowercase_pstring (pbuffer*, PSTRING); static int is_pstring_true (PSTRING s); static PSTRING escape_pstring (pbuffer* StrBuffer, PSTRING pstring, int escapeopt); /* static void lowercase_pstring_inplace (PSTRING pstring); */ #endif /* pstrutils.h */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.3 | ext/html/template/pstrutils.h |
html-template-pro-0.0.2 | ext/html/template/internal/pstrutils.h |
html-template-pro-0.0.1 | ext/html/template/internal/pstrutils.h |