File: base64.h

package info (click to toggle)
httptunnel 3.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,104 kB
  • ctags: 309
  • sloc: ansic: 4,646; sh: 338; makefile: 93
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
/*
base64.h
Copyright (C) 1999 Lars Brinkhoff.  See COPYING for terms and conditions.
*/

#include <sys/types.h>

ssize_t encode_base64 (const void *data, size_t length, char **code);