Sha256: 94ba7e1d0af8d2715c6a34a9a56e0dea25e4862332d6896d6e2d608c53fb3b3c

Contents?: true

Size: 499 Bytes

Versions: 40

Compression:

Stored size: 499 Bytes

Contents

#ifndef CMARK_CMARK_CTYPE_H
#define CMARK_CMARK_CTYPE_H

#ifdef __cplusplus
extern "C" {
#endif

#include "cmark_export.h"

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

CMARK_EXPORT
int cmark_isspace(char c);

CMARK_EXPORT
int cmark_ispunct(char c);

CMARK_EXPORT
int cmark_isalnum(char c);

CMARK_EXPORT
int cmark_isdigit(char c);

CMARK_EXPORT
int cmark_isalpha(char c);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

40 entries across 39 versions & 2 rubygems

Version Path
commonmarker-0.17.11 ext/commonmarker/cmark_ctype.h
commonmarker-0.17.10 ext/commonmarker/cmark_ctype.h
tdiary-5.0.8 vendor/bundle/gems/commonmarker-0.17.9/ext/commonmarker/cmark_ctype.h
commonmarker-0.17.9 ext/commonmarker/cmark_ctype.h
commonmarker-0.17.8 ext/commonmarker/cmark_ctype.h
commonmarker-0.17.7.1 ext/commonmarker/cmark_ctype.h
commonmarker-0.17.7 ext/commonmarker/cmark-upstream/src/cmark_ctype.h
commonmarker-0.17.7 ext/commonmarker/cmark_ctype.h
commonmarker-0.17.6 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.17.5 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.17.4 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.17.2 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.17.1 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.17.0 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.8 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.7 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.6 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.5 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.4 ext/commonmarker/cmark/src/cmark_ctype.h
commonmarker-0.16.1 ext/commonmarker/cmark/src/cmark_ctype.h