optical/NxFuncs/stdebug/stdebug.h

17 lines
288 B
C
Raw Permalink Normal View History

2025-09-04 01:45:08 +00:00
#ifndef __STDEBUG_H__
#define __STDEBUG_H__
#include "config.h"
//-------------------------------------------------------------------------------
void OutStackInfo(int type, u32 stackaddr);
//-------------------------------------------------------------------------------
#endif