MGE General C Library - Full Internal Documentation  v1.6.8
Library of general C functions.
sllist-internal.h File Reference

Non-public header file for single linked lists in the libmgec shared library. More...

#include <portability.h>
#include <sllist.h>
Include dependency graph for sllist-internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static BEGIN_C_DECLS void free_sll_node (struct sllistnode *currentnode)
 

Detailed Description

Non-public header file for single linked lists in the libmgec shared library.

No distribution required.

Author
Copyright (C) 2015-2019, 2021 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only

Version
v1.0.10 ==== 03/12/2021

Function Documentation

◆ free_sll_node()

static BEGIN_C_DECLS void free_sll_node ( struct sllistnode currentnode)
static