FFI :: Library.

FFI :: Library é um módulo com acesso Perl a bibliotecas carregadas dinamicamente.
Baixe Agora

FFI :: Library. Classificação e resumo

Propaganda

  • Rating:
  • Licença:
  • Perl Artistic License
  • Preço:
  • FREE
  • Nome do editor:
  • Paul Moore, Mitchell Charity and Anatoly Vorobey
  • Site do editor:
  • http://search.cpan.org/~gaal/FFI-1.02/Library.pm

FFI :: Library. Tag


FFI :: Library. Descrição

FFI :: Library é um módulo com acesso Perl a bibliotecas carregadas dinamicamente. FFI :: Biblioteca é um módulo com acesso Perl a bibliotecas carregadas dinamicamente.Synopsis Use FFI :: Biblioteca; $ lib = FFI :: Library-> Novo ("MyLib"); $ fn = $ lib-> função ("fn", "assinatura"); $ ret = $ fn -> (...); Este módulo fornece acesso a Perl para funções exportadas de bibliotecas ligadas dinamicamente. As funções são descritas por assinaturas, para obter detalhes sobre os quais vêem a documentação do módulo FFI.Examples $ clib_file = ($ ^ o eq "mswin32")? "Msvcrt40.dll": "-lc"; $ clib = FFI :: Library-> Novo ($ clib_file); $ Strlen = $ clib-> Função ("Strlen", "CIP"); $ n = $ Strlen -> ($ my_string); Requisitos: · Perl.


FFI :: Library. Software Relacionado