NetSurf
Functions
assert.c File Reference

Assert reporting (RISC OS implementation). More...

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "oslib/wimp.h"
Include dependency graph for assert.c:

Go to the source code of this file.

Functions

void __assert2 (const char *expr, const char *function, const char *file, int line)
 Report an assert() failure and exit. More...
 

Detailed Description

Assert reporting (RISC OS implementation).

Definition in file assert.c.

Function Documentation

◆ __assert2()

void __assert2 ( const char *  expr,
const char *  function,
const char *  file,
int  line 
)

Report an assert() failure and exit.

Definition at line 33 of file assert.c.

References line().

Here is the call graph for this function: