HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //root/.cpanm/latest-build/YAML-Syck-1.34/Syck.xs
/* #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"

typedef PerlIO * OutputStream;

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

PROTOTYPES: DISABLE

SV *
LoadYAML (s)
	char *	s

SV *
DumpYAML (sv)
	SV *	sv

int
DumpYAMLInto (in, out)
        SV *    in
        SV *    out

int
DumpYAMLFile (in, out)
        SV *    in
        OutputStream out


SV *
LoadJSON (s)
	char *	s

SV *
DumpJSON (sv)
	SV *	sv

int
DumpJSONInto (in, out)
        SV *    in
        SV *    out

int
DumpJSONFile (in, out)
        SV *    in
        OutputStream out