~mirabilos/jupp/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *	tags file symbol lookup
 *	Copyright
 *		(C) 1992 Joseph H. Allen
 *
 *	This file is part of JOE (Joe's Own Editor)
 */
#ifndef JUPP_UTAG_H
#define JUPP_UTAG_H

#ifdef EXTERN_CMD_C
__IDSTRING(rcsid_utag_h, "$MirOS: contrib/code/jupp/utag.h,v 1.7 2020/03/27 06:39:00 tg Exp $");
#endif

int utag(BW *bw);

#endif