examples: more descriptions

This commit is contained in:
Daniel Stenberg
2015-06-18 11:38:54 +02:00
parent 26583a62ab
commit 0e7d76d6a8
19 changed files with 90 additions and 72 deletions

View File

@@ -42,6 +42,10 @@
*
* This example requires libcurl 7.9.7 or later.
*/
/* <DESC>
* implements an fopen() abstraction allowing reading from URLs
* </DESC>
*/
#include <stdio.h>
#include <string.h>