mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-14 21:49:09 +01:00
12 lines
109 B
C
12 lines
109 B
C
|
#ifndef APP_H__
|
||
|
#define APP_H__
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
void app_get_stack_usage (uint32_t *usage);
|
||
|
|
||
|
|
||
|
#endif
|