gerbv  2.10.1-dev~93f1b5
gerb_stats.h File Reference

Go to the source code of this file.

Functions

int gerbv_escape_char_return_int (char c)
 

Detailed Description

Header info for the statistics generating functions for RS274X files.

Definition in file gerb_stats.h.

Function Documentation

◆ gerbv_escape_char_return_int()

int gerbv_escape_char_return_int ( char  c)

Escape special ASCII char ('
', '\0').

Return C string with escaped special char or original char in integer. Use gerbv_escape_char(char) macro instead of this function.

Definition at line 242 of file gerb_stats.c.