Cthulhu  0.2.10
Cthulhu compiler collection
common.c File Reference
#include "common.h"
#include <string.h>
Include dependency graph for common.c:

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_WARNINGS
 

Functions

STA_DECL bt_resolve_t bt_resolve_symbol (bt_address_t frame, bt_symbol_t *symbol)
 resolve a frame to a symbol More...
 
STA_DECL void bt_read (bt_trace_t callback, void *user)
 get a backtrace from the current location using a callback More...
 

Variables

bt_error_t gSystemError = { 0 }
 the global system error handler More...
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_WARNINGS

#define _CRT_SECURE_NO_WARNINGS

Definition at line 4 of file common.c.