зеркало из https://github.com/github/ruby.git
9 строки
114 B
C
9 строки
114 B
C
|
#ifndef PSYCH_YAML_TREE_H
|
||
|
#define PSYCH_YAML_TREE_H
|
||
|
|
||
|
#include <psych.h>
|
||
|
|
||
|
void Init_psych_yaml_tree(void);
|
||
|
|
||
|
#endif
|