Name

SPVM::Resource::SocketUtil - The Resource for Socket Utilities

Description

SPVM::Resource::SocketUtil is the SPVM's Resource::SocketUtil resource for socket utilities.

Usage

# MyClass.config
$config->use_resource('Resource::SocketUtil');

Headers

spvm_socket_util.h

#include "spvm_socket_util.h"

Sources

spvm_socket_util.c

cc spvm_socket_util.c

Functions

spvm_socket_util.h

spvm_socket_errno

int32_t spvm_socket_errno (void);

spvm_socket_strerror_string

void* spvm_socket_strerror_string (SPVM_ENV* env, SPVM_VALUE* stack, int32_t error_number, int32_t length);

spvm_socket_strerror

const char* spvm_socket_strerror(SPVM_ENV* env, SPVM_VALUE* stack, int32_t error_number, int32_t length);

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright 2022-2022 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.