VirtualBox

source: kBuild/vendor/sed/current/lib/strverscmp.h

Last change on this file was 599, checked in by bird, 18 years ago

GNU sed 4.1.5.

File size: 408 bytes
Line 
1/* strverscmp.h -- compare strings holding indices/version numbers */
2
3#ifndef STRVERSCMP_H_
4# define STRVERSCMP_H_
5
6# if HAVE_CONFIG_H
7# include <config.h>
8# endif
9
10# ifndef PARAMS
11# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12# define PARAMS(Args) Args
13# else
14# define PARAMS(Args) ()
15# endif
16# endif
17
18int strverscmp PARAMS ((const char*, const char*));
19
20#endif /* not STRVERSCMP_H_ */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette