|  Up | 
_networkAbout
Return the copyright of libcurl.
Prototype :
fun [] S
Return : S a string.
See also :
Example :
fun main ()=
	_showconsole;
	_fooS _networkAbout;	// "1996 - 2010 Daniel Stenberg, <daniel@haxx.se>."
	0;;
|  Up | 
Return the copyright of libcurl.
fun [] S
Return : S a string.
fun main ()=
	_showconsole;
	_fooS _networkAbout;	// "1996 - 2010 Daniel Stenberg, <daniel@haxx.se>."
	0;;