examples.txt

来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· 文本 代码 · 共 35 行

TXT
35
字号
/**
\defgroup apps Applications
@{

The uIP distribution contains a number of example applications that
can be either used directory or studied when learning to develop
applications for uIP.

*/

/** \example hello-world.c */
/** \example hello-world.h */

/** \example smtp.c */
/** \example smtp.h */

/** \example webclient.c */
/** \example webclient.h */

/** \example example-mainloop-with-arp.c */
/** \example example-mainloop-without-arp.c */

/** \example telnetd.c */
/** \example telnetd.h */

/** \example resolv.c */
/** \example resolv.h */

/** \example dhcpc.c */
/** \example dhcpc.h */

/** \example uip-conf.h */

/** @} */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?