TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:50 2007
ra_list_del

ra_list_del

Name

ra_list_del --  delete an entry from a linked list

Synopsis

int ra_list_del (void ** *head, void * item);

Arguments

*head

item

item to be deleted

Description

This function deletes 'item' from a linked list (identified by 'head').

source file

linked_list.c