File: postit.h

package info (click to toggle)
postit 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 160 kB
  • ctags: 218
  • sloc: ansic: 753; sh: 243; makefile: 61
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef __POSTIT_H
#define __POSTIT_H

#define STRING		256
#define LONGSTRING	512
#define VERYLONGSTRING	2048

char verbosity;

#endif