#ifndef __AR_H__
#define __AR_H__
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
u32 ARInit(u32* stack_index_addr, u32 num_entries);
u32 ARAlloc(u32 length);
}
#endif // __AR_H__