HyperDbg/hyperdbg/libhyperdbg/header/common/list.h

17 lines
383 B
C

/**
* @file list.h
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief The list working functions headers
* @details
* @version 0.1
* @date 2020-04-11
*
* @copyright This project is released under the GNU Public License v3.
*
*/
#pragma once
/*
#define CONTAINING_RECORD(address, type, field) \
((type *)((char *)(address) - (unsigned long)(&((type *)0)->field)))
*/