Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_Syscalls.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
void
_exit
(
int
status);
8
const
char
*
getHeapEnd
();
9
const
char
*
getHeapEndMax
();
10
unsigned
long
getSbrkNumFails
();
11
12
#ifdef __cplusplus
13
}
14
#endif
getHeapEnd
const char * getHeapEnd()
_exit
void _exit(int status)
getHeapEndMax
const char * getHeapEndMax()
getSbrkNumFails
unsigned long getSbrkNumFails()
source
include
util
cs_Syscalls.h
Generated by
1.9.5