mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:39:27 +02:00
+ added descriptive comments for the examples (patch by Reinier Olislagers,
mantis #24948) git-svn-id: trunk@28882 -
This commit is contained in:
parent
00ea5e1636
commit
ada39d530f
packages/libcurl/examples
@ -11,6 +11,12 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
{
|
||||
This program demonstrates the use of libcurl.
|
||||
It requires the libcurl library. Should work on Unix/Linux.
|
||||
It would need modifications to run on Windows.
|
||||
}
|
||||
|
||||
{$mode objfpc}
|
||||
{$H+}
|
||||
program testcurl;
|
||||
|
@ -12,8 +12,11 @@
|
||||
|
||||
**********************************************************************}
|
||||
{
|
||||
This example shows how to use curl and write the result to a TStream.
|
||||
This example shows how to use curl and write the result to a TStream.
|
||||
It requires the libcurl library. Should work on Unix/Linux.
|
||||
It would need modifications to run on Windows.
|
||||
}
|
||||
|
||||
{$mode objfpc}
|
||||
{$H+}
|
||||
program teststream;
|
||||
|
Loading…
Reference in New Issue
Block a user