base64.h
Upload User: zslianheng
Upload Date: 2013-04-03
Package Size: 946k
Code Size: 0k
Development Platform:

Visual C++

  1. /*
  2. base64.h
  3. Copyright (C) 1999 Lars Brinkhoff.  See COPYING for terms and conditions.
  4. */
  5. #include <sys/types.h>
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. size_t encode_base64 (const void *data, size_t length, char **code);
  10. #ifdef __cplusplus
  11. }
  12. #endif