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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  3. ** distribution information.
  4. */
  5. #include <stdlib.h>
  6. static const char rcsid[]="$Id: authexit.c,v 1.1 1999/12/20 03:10:53 mrsam Exp $";
  7. void authexit(int rc)
  8. {
  9. exit(rc);
  10. }