GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
linkm/next.c File Reference
#include <grass/linkm.h>
Include dependency graph for linkm/next.c:

Go to the source code of this file.

Functions

VOID_Tlink__get_next (VOID_T *list)
 
void link__set_next (VOID_T *a, VOID_T *b)
 

Function Documentation

VOID_T* link__get_next ( VOID_T list)

Definition at line 9 of file linkm/next.c.

References VOID_T.

Referenced by link_new().

void link__set_next ( VOID_T a,
VOID_T b 
)

Definition at line 18 of file linkm/next.c.

References b, and VOID_T.

Referenced by link_destroy(), link_dispose(), and link_new().