<?xml version="1.0" encoding="utf-8"?> 
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
 <title type="text">My Blog: Posts tagged 'FFI'</title>
 <link rel="self" href="http://www.example.com/feeds/FFI.atom.xml" />
 <link href="http://www.example.com/tags/FFI.html" />
 <id>urn:http-www-example-com:-tags-FFI-html</id>
 <updated>2016-07-22T07:45:41Z</updated>
 <entry>
  <title type="text">Racket FFI 3</title>
  <link rel="alternate" href="http://www.example.com/2016/07/racket-ffi-3.html?utm_source=FFI&amp;utm_medium=Atom" />
  <id>urn:http-www-example-com:-2016-07-racket-ffi-3-html</id>
  <published>2016-07-22T07:45:41Z</published>
  <updated>2016-07-22T07:45:41Z</updated>
  <author>
   <name>The Unknown Author</name></author>
  <content type="html">
&lt;p&gt;这是关于Racket的FFI的使用的第三篇讲解.在这篇博文中我们会涉及到一些底层的操作.包括指针,联合体和自定义的C数据类型.主要还是自定义类型,它可以让你在使用racket和c互交的时候进行抽象进而不需要了解具体的c语言的表现形式.&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi-3.html?utm_source=FFI&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Racket FFI 2</title>
  <link rel="alternate" href="http://www.example.com/2016/07/racket-ffi-2.html?utm_source=FFI&amp;utm_medium=Atom" />
  <id>urn:http-www-example-com:-2016-07-racket-ffi-2-html</id>
  <published>2016-07-21T07:44:45Z</published>
  <updated>2016-07-21T07:44:45Z</updated>
  <author>
   <name>The Unknown Author</name></author>
  <content type="html">
&lt;p&gt;这是Racket的FFI的第二部分,这次还是会使用Cairo作为调用对象会涉及到FFI使用的时候更多的关于参数的部分,自定义返回值和如何使用c的结构体&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi-2.html?utm_source=FFI&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry>
 <entry>
  <title type="text">Racket ffi</title>
  <link rel="alternate" href="http://www.example.com/2016/07/racket-ffi.html?utm_source=FFI&amp;utm_medium=Atom" />
  <id>urn:http-www-example-com:-2016-07-racket-ffi-html</id>
  <published>2016-07-18T08:28:29Z</published>
  <updated>2016-07-18T08:28:29Z</updated>
  <author>
   <name>The Unknown Author</name></author>
  <content type="html">
&lt;p&gt; _今天花了些时间了解了Racket的FFI用法,只是初步的了解.所谓的*FFI*是指 &lt;em&gt;foreign fuction interface&lt;/em&gt;.ok FFI让racket程序可以调用基于c的api而不用去写一行的c.&lt;/p&gt;&lt;a href="http://www.example.com/2016/07/racket-ffi.html?utm_source=FFI&amp;amp;utm_medium=Atom"&gt;&lt;em&gt;More&amp;hellip;&lt;/em&gt;&lt;/a&gt;</content></entry></feed>