mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-30 03:14:27 +00:00
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
9 lines
194 B
C
9 lines
194 B
C
/* strverscmp.h -- compare strings holding indices/version numbers */
|
|
|
|
#ifndef STRVERSCMP_H_
|
|
# define STRVERSCMP_H_
|
|
|
|
int strverscmp (const char *, const char *);
|
|
|
|
#endif /* not STRVERSCMP_H_ */
|