ruby/ext/psych/psych_yaml_tree.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 строки
114 B
C
Исходник Обычный вид История

#ifndef PSYCH_YAML_TREE_H
#define PSYCH_YAML_TREE_H
#include <psych.h>
void Init_psych_yaml_tree(void);
#endif