1FFI::Platypus::Lang::C(U3s)er Contributed Perl DocumentatFiFoIn::Platypus::Lang::C(3)
2
3
4

NAME

6       FFI::Platypus::Lang::C - Documentation and tools for using Platypus
7       with the C programming language
8

VERSION

10       version 1.32
11

SYNOPSIS

13        use FFI::Platypus;
14        my $ffi = FFI::Platypus->new( api => 1 );
15        $ffi->lang('C'); # the default
16

DESCRIPTION

18       This module provides some hooks for Platypus to interact with the C
19       programming language.  It is generally used by default if you do not
20       specify another foreign programming language with the
21       FFI::Platypus#lang attribute.
22

METHODS

24   native_type_map
25        my $hashref = FFI::Platypus::Lang::C->native_type_map;
26
27       This returns a hash reference containing the native aliases for the C
28       programming languages.  That is the keys are native C types and the
29       values are libffi native types.
30

SEE ALSO

32       FFI::Platypus
33           The Core Platypus documentation.
34

AUTHOR

36       Author: Graham Ollis <plicease@cpan.org>
37
38       Contributors:
39
40       Bakkiaraj Murugesan (bakkiaraj)
41
42       Dylan Cali (calid)
43
44       pipcet
45
46       Zaki Mughal (zmughal)
47
48       Fitz Elliott (felliott)
49
50       Vickenty Fesunov (vyf)
51
52       Gregor Herrmann (gregoa)
53
54       Shlomi Fish (shlomif)
55
56       Damyan Ivanov
57
58       Ilya Pavlov (Ilya33)
59
60       Petr Pisar (ppisar)
61
62       Mohammad S Anwar (MANWAR)
63
64       Håkon Hægland (hakonhagland, HAKONH)
65
66       Meredith (merrilymeredith, MHOWARD)
67
68       Diab Jerius (DJERIUS)
69
71       This software is copyright (c) 2015,2016,2017,2018,2019,2020 by Graham
72       Ollis.
73
74       This is free software; you can redistribute it and/or modify it under
75       the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.32.0                      2020-09-21         FFI::Platypus::Lang::C(3)
Impressum