Difference between revisions of "Talk:ListSpace.c"

From Organic Design wiki
m
m (Nad moved page Talk:ListSpace.h to Talk:ListSpace.c over redirect)
 
(One intermediate revision by one other user not shown)
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 ====

Latest revision as of 13:06, 13 December 2019

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