Sha256: fd4966af7e19a5fe826e4c1376e1b9b0269a86b88912696299cecc8f1957bde3

Contents?: true

Size: 523 Bytes

Versions: 57

Compression:

Stored size: 523 Bytes

Contents

#ifndef CMARK_CMARK_CTYPE_H
#define CMARK_CMARK_CTYPE_H

#ifdef __cplusplus
extern "C" {
#endif

#include "cmark-gfm_export.h"

/** Locale-independent versions of functions from ctype.h.
 * We want cmark to behave the same no matter what the system locale.
 */

CMARK_GFM_EXPORT
int cmark_isspace(char c);

CMARK_GFM_EXPORT
int cmark_ispunct(char c);

CMARK_GFM_EXPORT
int cmark_isalnum(char c);

CMARK_GFM_EXPORT
int cmark_isdigit(char c);

CMARK_GFM_EXPORT
int cmark_isalpha(char c);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

57 entries across 57 versions & 5 rubygems

Version Path
commonmarker-0.23.11 ext/commonmarker/cmark_ctype.h
markly-0.12.1 ext/markly/cmark_ctype.h
markly-0.12.0 ext/markly/cmark_ctype.h
markly-0.11.0 ext/markly/cmark_ctype.h
markly-0.10.0 ext/markly/cmark_ctype.h
markly-0.9.1 ext/markly/cmark_ctype.h
commonmarker-0.23.10 ext/commonmarker/cmark_ctype.h
markly-0.9.0 ext/markly/cmark_ctype.h
markly-0.8.1 ext/markly/cmark_ctype.h
markly-0.8.0 ext/markly/cmark_ctype.h
qiita_marker-0.23.9.0 ext/qiita_marker/cmark_ctype.h
commonmarker-0.23.9 ext/commonmarker/cmark_ctype.h
commonmarker-0.23.8 ext/commonmarker/cmark_ctype.h
commonmarker-0.23.7 ext/commonmarker/cmark_ctype.h
qiita_marker-0.23.6.2 ext/qiita_marker/cmark_ctype.h
commonmarker-0.23.7.pre1 ext/commonmarker/cmark_ctype.h
qiita_marker-0.23.6.1 ext/qiita_marker/cmark_ctype.h
qiita_marker-0.23.6.0 ext/qiita_marker/cmark_ctype.h
commonmarker-0.23.6 ext/commonmarker/cmark_ctype.h
qiita_marker-0.23.5.1 ext/qiita_marker/cmark_ctype.h