File: cache.h

package info (click to toggle)
xrn 9.01-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,768 kB
  • ctags: 3,015
  • sloc: ansic: 24,433; makefile: 1,964; yacc: 888; sh: 278; lex: 92; perl: 35; awk: 31; csh: 13
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#ifndef _CACHE_H_
#define _CACHE_H_

#define CACHE_VAR_CHAR		'&'
#define CACHE_ACTIVE_CHAR	'A'

#endif /* _CACHE_H_ */