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

代理服务器

开发平台:

Unix_Linux

  1. /*
  2.  * $Id: stub_memaccount.c,v 1.3 1998/09/23 17:16:13 wessels Exp $
  3.  */
  4. /* Stub function for programs not implementing statMemoryAccounted */
  5. #include <config.h>
  6. int 
  7. statMemoryAccounted(void)
  8. {
  9.     return -1;
  10. }