mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
examples: tidy-up headers and includes
To have a more similar layout across examples. Closes #19580
This commit is contained in:
parent
0a2618b265
commit
3c7cf8eac3
96 changed files with 116 additions and 121 deletions
|
|
@ -25,7 +25,6 @@
|
|||
* HTTP Multipart formpost with file upload and two additional parts.
|
||||
* </DESC>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Example code that uploads a filename 'foo' to a remote script that accepts
|
||||
* "HTML form based" (as described in RFC 1738) uploads using HTTP POST.
|
||||
|
|
@ -41,7 +40,6 @@
|
|||
* <input type="submit" value="send" name="submit">
|
||||
* </form>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue