File: colors.h

package info (click to toggle)
c2html 0.7.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 192 kB
  • ctags: 50
  • sloc: ansic: 511; lex: 416; sh: 152; makefile: 131
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef COLOR_H
#define COLOR_H

extern char *bgcolor;
extern char *commentcolor;
extern char *stringcolor;
extern char *definelinecolor;
extern char *preprolinecolor;
extern char *keywordcolor;
extern char *labelcolor;

#endif