Difference between revisions of "Talk:ListSpace.c"

From Organic Design wiki
m
(nested function)
Line 6: Line 6:
  
 
==== listGetKeys ====
 
==== listGetKeys ====
 +
 +
BUG: Fails on mac because of nested function definition.
 +
listSpace.c:90: error: nested functions are disabled, use -fnested-functions to re-enable
 +
--[[User:Rob|Rob]] 12:37, 31 Jul 2006 (NZST)
  
 
==== Statistics ====
 
==== Statistics ====

Revision as of 00:37, 31 July 2006

List Space

free-list

Traversal

listGetKeys

BUG: Fails on mac because of nested function definition.

listSpace.c:90: error: nested functions are disabled, use -fnested-functions to re-enable

--Rob 12:37, 31 Jul 2006 (NZST)

Statistics

Trie & Hash

**hash()

Testing function

Linked Lists