personally this entire hash array argument for command sets seems rather stupid. I'd probably use a pointer to a pointer array of strutures. struct command **cmd_list; And then just selectively malloc down the list, carving as I go along. original pointer is an array of first letters, each array element points to an array of of elements within that letter. Or else I'd scrap that and use a mini- MD5 scheme. =) d. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST