root / trunk / data / dict / slfind.diff
| Revision 199, 0.7 kB (checked in by saurik, 8 months ago) |
|---|
-
libmaa/sl.c
diff -r -u dictd-1.9.9/libmaa/sl.c dictd-1.9.9+iPhone/libmaa/sl.c
old new 355 355 _sl_check( list ); 356 356 } 357 357 358 #if 0 358 359 /* \doc Find the datum in |list| that has an associated value of |key|. 359 360 Return that datum (a pointer), or "NULL" if the |key| is not found. */ 360 361 … … 371 372 if (pt && !l->compare( l->key( pt->datum ), key )) return pt->datum; 372 373 return NULL; 373 374 } 375 #endif 374 376 375 377 /* \doc Iterate |f| over every datum in |list|. If |f| returns non-zero, 376 378 then abort the remainder of the iteration. Iterations are designed to
Note: See TracBrowser
for help on using the browser.
