µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
assert.c File Reference
#include <assert.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <cmsis-plus/diag/trace.h>
#include <cmsis-plus/rtos/os-c-api.h>

Go to the source code of this file.

Functions

void __assert_func (const char *file, int line, const char *func, const char *failedexpr)
 

Function Documentation

◆ __assert_func()

void __assert_func ( const char *  file,
int  line,
const char *  func,
const char *  failedexpr 
)

Definition at line 54 of file assert.c.