1FFI::Platypus::Lang::C(U3s)er Contributed Perl DocumentatFiFoIn::Platypus::Lang::C(3)
2
3
4
6 FFI::Platypus::Lang::C - Documentation and tools for using Platypus
7 with the C programming language
8
10 version 2.05
11
13 use FFI::Platypus 2.00;
14 my $ffi = FFI::Platypus->new( api => 2 );
15 $ffi->lang('C'); # the default
16
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
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
32 FFI::Platypus
33 The Core Platypus documentation.
34
35 FFI::Platypus::Lang
36 Includes a list of other language plugins for Platypus.
37
39 Author: Graham Ollis <plicease@cpan.org>
40
41 Contributors:
42
43 Bakkiaraj Murugesan (bakkiaraj)
44
45 Dylan Cali (calid)
46
47 pipcet
48
49 Zaki Mughal (zmughal)
50
51 Fitz Elliott (felliott)
52
53 Vickenty Fesunov (vyf)
54
55 Gregor Herrmann (gregoa)
56
57 Shlomi Fish (shlomif)
58
59 Damyan Ivanov
60
61 Ilya Pavlov (Ilya33)
62
63 Petr Písař (ppisar)
64
65 Mohammad S Anwar (MANWAR)
66
67 Håkon Hægland (hakonhagland, HAKONH)
68
69 Meredith (merrilymeredith, MHOWARD)
70
71 Diab Jerius (DJERIUS)
72
73 Eric Brine (IKEGAMI)
74
75 szTheory
76
77 José Joaquín Atria (JJATRIA)
78
79 Pete Houston (openstrike, HOUSTON)
80
82 This software is copyright (c) 2015-2022 by Graham Ollis.
83
84 This is free software; you can redistribute it and/or modify it under
85 the same terms as the Perl 5 programming language system itself.
86
87
88
89perl v5.36.0 2022-11-18 FFI::Platypus::Lang::C(3)