File: psych_parser.h

package info (click to toggle)
ruby-psych 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 864 kB
  • sloc: ruby: 7,947; ansic: 925; java: 846; makefile: 14; sh: 4
file content (6 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#ifndef PSYCH_PARSER_H
#define PSYCH_PARSER_H

void Init_psych_parser(void);

#endif