surl_init

Langue: en

Version: 2010-01-01 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

surl_init - create a SURL with default and sensible settings

SYNOPSIS

 #include <libsurl-fe.h>
 
SURL *surl_init(void);

DESCRIPTION

surl_init

creates a SURL object for use with other functions.

NOTES

No notes.

BUGS

surl_init() has no known bugs.

EXAMPLE

The following example initializes a SURL object.

 #include <libsurl-fe.h>
 
 SURL *surl=surl_init();
 

AUTHOR

Scott R. Lawrence <bytbox@gmail.com>

Original author

Copyright © 2009 Scott Lawrence

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".