rfc2045enomem.c
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #if HAVE_CONFIG_H
  2. #include       "config.h"
  3. #endif
  4. #include "rfc2045.h"
  5. void rfc2045_enomem()
  6. {
  7. rfc2045_error("Out of memory.");
  8. }