Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
crt.c File Reference
#include "crt.h"
#include <stddef.h>
#include <stdint.h>
#include <string.h>
Include dependency graph for crt.c:

Functions

void __libc_fini_array (void)
 
void CRTStartup (void)
 We declare this function here because we don't want to include crt.h and Add a dependency on our libc for the test code. More...
 

Variables

int __bss_start__
 
int __bss_end__
 
void(* __preinit_array_start [])(void)
 

Function Documentation

◆ __libc_fini_array()

void __libc_fini_array ( void  )

Variable Documentation

◆ __bss_end__

int __bss_end__

Referenced by CRTStartup().

◆ __bss_start__

int __bss_start__

Referenced by CRTStartup().

◆ __preinit_array_start

void(* __preinit_array_start[])(void)