diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/uip-1.0/doc/html/a00162.html | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/uip-1.0/doc/html/a00162.html')
| -rw-r--r-- | third_party/uip-1.0/doc/html/a00162.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/third_party/uip-1.0/doc/html/a00162.html b/third_party/uip-1.0/doc/html/a00162.html new file mode 100644 index 0000000..4a07bbf --- /dev/null +++ b/third_party/uip-1.0/doc/html/a00162.html @@ -0,0 +1,56 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>uIP 1.0: Hello, world</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.4.6 -->
+<div class="tabs">
+ <ul>
+ <li><a href="main.html"><span>Main Page</span></a></li>
+ <li><a href="modules.html"><span>Modules</span></a></li>
+ <li><a href="classes.html"><span>Data Structures</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li><a href="examples.html"><span>Examples</span></a></li>
+ </ul></div>
+<h1>Hello, world<br>
+<small>
+[<a class="el" href="a00143.html">Applications</a>]</small>
+</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
+A small example showing how to write applications with <a class="el" href="a00158.html">protosockets</a>.
+<p>
+
+<p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Files</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">file </td><td class="memItemRight" valign="bottom"><a class="el" href="a00101.html">hello-world.h</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Header file for an example of how to write uIP applications with protosockets. <br></td></tr>
+
+<p>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">file </td><td class="memItemRight" valign="bottom"><a class="el" href="a00100.html">hello-world.c</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">An example of how to write uIP applications with protosockets. <br></td></tr>
+
+<p>
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="a00078.html">hello_world_state</a></td></tr>
+
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge28f6cb60e86088d8886d0f804b4f37c"></a><!-- doxytag: member="helloworld::UIP_APPCALL" ref="ge28f6cb60e86088d8886d0f804b4f37c" args="" -->
+#define </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#ge28f6cb60e86088d8886d0f804b4f37c">UIP_APPCALL</a> hello_world_appcall</td></tr>
+
+<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g03070adbf8faab0f34f87c1270964306"></a><!-- doxytag: member="helloworld::hello_world_appcall" ref="g03070adbf8faab0f34f87c1270964306" args="(void)" -->
+void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#g03070adbf8faab0f34f87c1270964306">hello_world_appcall</a> (void)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb97849f0d3ea858eee790b69591e6427"></a><!-- doxytag: member="helloworld::hello_world_init" ref="gb97849f0d3ea858eee790b69591e6427" args="(void)" -->
+void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00162.html#gb97849f0d3ea858eee790b69591e6427">hello_world_init</a> (void)</td></tr>
+
+</table>
+<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:02 2006 for uIP 1.0 by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
+</body>
+</html>
|
