xyntax -- Header-only library for syntax highlighting control.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

9 wiersze
226B

  1. #ifndef XYNTAX_HEADER
  2. #define XYNTAX_HEADER
  3. extern int syntax_define (int enrange, int derange, char * begin, char * end, char escape, int colour, int effect);
  4. extern int syntax_select (char * string, int * length);
  5. #endif