Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cs_Syscalls.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7void _exit(int status);
8const char* getHeapEnd();
9const char* getHeapEndMax();
10unsigned long getSbrkNumFails();
11
12#ifdef __cplusplus
13}
14#endif
const char * getHeapEnd()
void _exit(int status)
const char * getHeapEndMax()
unsigned long getSbrkNumFails()