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

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

#include <portability.h>
#include <dllist.h>
Include dependency graph for dllist-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_dll_node (struct dllistnode *currentnode)
 

Detailed Description

Non-public header file for double 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_dll_node()

static BEGIN_C_DECLS void free_dll_node ( struct dllistnode currentnode)
static