13 lines
282 B
C
13 lines
282 B
C
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
/**
|
||
|
* \file sys/dbg_windows.c
|
||
|
*
|
||
|
* Implements debugging utilities over Windows platforms.
|
||
|
*
|
||
|
* \copyright The DoubleFourteen Code Forge (C) All Rights Reserved
|
||
|
* \author Lorenzo Cogotti
|
||
|
*/
|
||
|
|
||
|
#error "Sorry, not implemented yet!"
|