mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-30 01:04:13 +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
|