File: parse.h

package info (click to toggle)
addressbook 0.7-13
  • links: PTS
  • area: main
  • in suites: potato
  • size: 960 kB
  • ctags: 160
  • sloc: tcl: 6,002; perl: 528; ansic: 362; awk: 205; sh: 123; makefile: 95
file content (14 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
** $Id: parse.h,v 1.1 1996/04/17 14:03:22 martin Exp $
**
** $Log: parse.h,v $
** Revision 1.1  1996/04/17 14:03:22  martin
** Initial revision
**
*/

#ifndef __parse_h

extern void print_entry(char format_p[], char *entry[], int field_c);

#endif /* __parse_h */