File: delete.h

package info (click to toggle)
bibclean 2.11.4-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,204 kB
  • ctags: 1,545
  • sloc: ansic: 10,711; makefile: 817; perl: 65; sh: 40; awk: 27; sed: 6
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef DELETE_H_DEFINED_
#define DELETE_H_DEFINED_

#define DELETE_CHAR	(INT_MAX - 1) /* magic value for out_c() */

#define DELETE_LINE	(INT_MAX - 2) /* magic value for out_c() */

#define DELETE_WHITESPACE (INT_MAX - 3) /* magic value for out_c() */

#endif /* DELETE_H_DEFINED_ */