The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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-2010 Marvin Humphrey

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