base64.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

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