Searched defs:YAML_DECLARE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libyaml/include/
H A Dyaml.h31 # define YAML_DECLARE(type) type macro
33 # define YAML_DECLARE(type) __declspec(dllexport) type macro
35 # define YAML_DECLARE(type) __declspec(dllimport) type macro
38 # define YAML_DECLARE(type) type macro
[all...]

Completed in 112 milliseconds