Sha256: cdfd65cc55be7f322e435de4bf4b103c9df9a298a006c9785130b0b468e3dfe6

Contents?: true

Size: 165 Bytes

Versions: 4

Compression:

Stored size: 165 Bytes

Contents

#ifndef COMMONMARKER_H
#define COMMONMARKER_H

#include "cmark.h"
#include "ruby.h"

#define CSTR2SYM(s) (ID2SYM(rb_intern((s))))

void Init_commonmarker();

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commonmarker-0.10.0 ext/commonmarker/commonmarker.h
commonmarker-0.9.2 ext/commonmarker/commonmarker.h
commonmarker-0.9.1 ext/commonmarker/commonmarker.h
commonmarker-0.9.0 ext/commonmarker/commonmarker.h