Idź do dokumentacji tego pliku.
20 #ifndef __EKG_THEMES_H
21 #define __EKG_THEMES_H
38 unsigned int prompt_empty : 1;
43 #define print(x...) print_window_w(NULL, EKG_WINACT_JUNK, x)
44 #define print_status(x...) print_window_w(window_status, EKG_WINACT_JUNK, x)
49 #define format_ok(format_find_result) (format_find_result[0])
50 #define format_exists(format) (format_ok(format_find(format)))