Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nativecall

Declaring an array inside a Perl 6 NativeCall CStruct

arrays struct raku nativecall

"Too many positionals passed" in NativeCall sub binding

raku nativecall

NativeCall Struct which contains Pointer

raku nativecall

How to pass user data to a callback function

c callback raku nativecall

Does nativecast() create a new container?

raku nativecall

How do I bundle the C source in a Raku distribution that uses NativeCall? [closed]

Declaring "native" types in Perl 6

raku nativecall

How can I pass a Perl 6 object through a Nativecall callback?

raku nativecall

Bit fields in NativeCall

raku nativecall

How to correctly use CPointer and CStruct in NativeCall interface

posix raku nativecall

triple pointer native call on perl 6

raku nativecall

Array of structs as an attribute of a Perl 6 NativeCall struct

arrays raku nativecall

Creating a new file descriptor from stdout with fcntl fails in files

c raku openbsd nativecall

Native localtime() segfaults

raku nativecall

In Perl 6, how can I convert from raw bytes to floating point using the NativeCall interface?

How to declare native array of fixed size in Perl 6?

raku nativecall

How to pass a CArray[ of-struct] from Raku to C?

raku nativecall

Rakudo Memory/Garbage collecting techniques

Handle C typedef on different platform using NativeCall

c raku nativecall

Performant math operations on large Perl6 CArrays?

raku nativecall