File: Syck.xs

package info (click to toggle)
libyaml-syck-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 812 kB
  • ctags: 1,573
  • sloc: ansic: 3,852; perl: 2,520; makefile: 49
file content (30 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* #define YAML_IS_JSON 1 */
#include "perl_common.h"

#define YAML_IS_JSON 1
#include "perl_syck.h"

#undef YAML_IS_JSON
#include "perl_syck.h"

MODULE = YAML::Syck		PACKAGE = YAML::Syck		

PROTOTYPES: DISABLE

SV *
LoadYAML (s)
	char *	s

SV *
DumpYAML (sv)
	SV *	sv


SV *
LoadJSON (s)
	char *	s

SV *
DumpJSON (sv)
	SV *	sv