aboutsummaryrefslogtreecommitdiffstats
path: root/strutil.h
blob: 06e4b13145f6cf54d6b3d602eb5e7235bc217c16 (plain)
1
2
3
4
5
6
7
8
/* $Id: strutil.h,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $ */

#ifndef STRUTIL_H
#	define STRUTIL_H

char *getword(const char *src, char *dst);

#endif