(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/arossupport.h>

APTR RemoveSList ()

SYNOPSIS
APTR * list
APTR node

FUNCTION
Remove the node from a single linked list.

INPUTS
list
Pointer to the pointer which contains the first element of the single linked list.
node
The node which is to be removed.

RESULT
Returns the node if it was in the list.

EXAMPLE
@atend
SEE ALSO

NOTES
This function is not part of a library and may thus be called any time.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
01.04.1997 ldp
Remove multiple includes warning
27.03.1997 digulla
Removed AROS/compiler/aros/

Removed logs

Added comments

Replaced proto/aros.h by proto/arossupport.h and the like

Makefile is less noisy now, too

27.03.1997 ldp
libaros.a -> libarossupport.a