The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Clownfish::Type::VAList - A Type to support C's va_list.

DESCRIPTION

Clownfish::Type::VAList represents the C va_list type, from stdarg.h.

METHODS

new

    my $type = Clownfish::Type::VAList->new(
        specifier => 'va_list',    # default: va_list
    );
  • specifier. Must be "va_list" if supplied.

COPYRIGHT AND LICENSE

Copyright 2008-2011 Marvin Humphrey

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