1IO.ptr(3kaya) Kaya module reference IO.ptr(3kaya)
2
3
4
6 IO::ptr - Create a Ptr from a file handle
7
9 Ptr ptr( File file )
10
12 ptr The file handle
13
15 This retrieves a C pointer from a file handle, which may sometimes be
16 needed for writing foreign function interfaces. This function should
17 not be used for any other purpose.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 IO.file (3kaya)
31
32
33
34Kaya December 2010 IO.ptr(3kaya)