File: support.h

package info (click to toggle)
citadel 7.83-2squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,572 kB
  • ctags: 3,756
  • sloc: ansic: 54,870; sh: 4,298; yacc: 660; makefile: 450; xml: 40
file content (5 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
/* $Id: support.h 5754 2007-11-16 05:52:26Z ajc $ */
void strproc (char *string);
int getstring (FILE *fp, char *string);
void mesg_locate (char *targ, size_t n, const char *searchfor,
		  int numdirs, const char * const *dirs);