Add file comments

pull/13/head
Daniel Roethlisberger 12 years ago
parent a592f7149c
commit 707480a1dd

@ -29,6 +29,10 @@
#include <stdlib.h>
#include <string.h>
/*
* Base64 encoding functions.
*/
/*
* Base64 decode insz bytes from in.
* Returns allocated buffer containing outsz bytes.

@ -29,6 +29,10 @@
#include <stdlib.h>
#include <string.h>
/*
* URL encoding functions.
*/
/*
* URL decode insz bytes from in.
* Returns allocated buffer containing outsz bytes plus a '\0' terminator.

@ -28,6 +28,10 @@
#include <string.h>
/*
* Various utility functions.
*/
/*
* Returns a pointer to the first non-whitespace character in s.
*/

Loading…
Cancel
Save