You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an IRC bot for generating Perl 6 NativeCall code from C definitions. It can be addressed by its full name ('nativecallable6') or its short name ('nativecall'). The bot is using App::GPTrixie to do the conversion.
<Skarsnik> nativecallable6, struct s {char b[];};
<nativecallable6t> Skarsnik, class s is repr('CStruct') is export { has CArray[int8] $.b; # char[] b}