[insert project logo here (125x200px max)] Navigator Mailinglists Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums. Copyright and Licensing Information Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL). All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License. All sourcecode is made publicly available. Acknowledgement Splash and the Splash website are hosted by SourceForge.net |
Splash - DocumentationSNMP Plus a Lightweight API for SNAP Handlingsnap-1.1-wjdb/utils/consts.cGo to the documentation of this file.00001 /* snap-1.0. Copyright (C) 2000 by Jonathan T. Moore and Michael Hicks. 00002 * 00003 * consts.c: global variables for containing default buffer sizes 00004 * 00005 * $Id: consts.c,v 1.2 2003/04/16 10:58:59 wdebruij Exp $ 00006 */ 00007 00008 #include "../lib/consts.h" 00009 00010 int heap_sizeb = DEFAULT_HEAP_SIZEB; 00011 int stack_sizeb = DEFAULT_STACK_SIZEB; 00012 int code_sizeb = DEFAULT_CODE_SIZEB; |