My Project
programmer's documentation
Functions
bft_error_example.c File Reference
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_intl.h"
#include "bft_error.h"
Include dependency graph for bft_error_example.c:

Functions

void my_error_handler (const char *const file_name, const int line_num, const int sys_error_code, const char *const format, const va_list arg_ptr)
 

Function Documentation

◆ my_error_handler()

void my_error_handler ( const char *const  file_name,
const int  line_num,
const int  sys_error_code,
const char *const  format,
const va_list  arg_ptr 
)

[my_error_handler_headers]

[my_error_handler_headers]

[my_error_handler_body]