00001 /* $Id: ds_8h-source.html,v 1.4 2006/08/26 09:35:02 simsek Exp $ */ 00002 00003 /* Library for data structures. */ 00004 00005 #ifndef CUPL_DS_H 00006 #define CUPL_DS_H 00007 00008 #define CDB_HASHSTART 5381 /* DJB's hash start value. */ 00009 00010 00011 #endif 00012 00013 00014
1.3.9.1