35 __attribute__((format(printf, 4, 5)));
38 #define gerbv_escape_char(c) ((char*)(int[]) { gerbv_escape_char_return_int((c)) })
41 gerbv_aperture_list_t* gerbv_stats_new_aperture_list(
void);
42 void gerbv_stats_add_aperture(
43 gerbv_aperture_list_t* aperture_list_in,
int layer,
int number,
gerbv_aperture_type_t type,
double parameter[5]
45 void gerbv_stats_add_to_D_list(gerbv_aperture_list_t* D_list_in,
int number);
47 gerbv_stats_increment_D_list_count(gerbv_aperture_list_t* D_list_in,
int number,
int count,
gerbv_error_list_t* error);
int gerbv_escape_char_return_int(char c)
Escape special ASCII char (' ', '\0').