1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/lib/strverscmp.h

9 lines
194 B
C
Raw Normal View History

1997-07-09 15:31:29 +00:00
/* strverscmp.h -- compare strings holding indices/version numbers */
#ifndef STRVERSCMP_H_
# define STRVERSCMP_H_
int strverscmp (const char *, const char *);
1997-07-09 15:31:29 +00:00
#endif /* not STRVERSCMP_H_ */