GRASS Programmer's Manual  6.4.2(2012)
btree/rewind.c
Go to the documentation of this file.
00001 #include <grass/btree.h>
00002 
00003 int btree_rewind(BTREE * B)
00004 {
00005     B->cur = 0;
00006 
00007     return 0;
00008 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines