Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
BookAlchemy
BookAlchemy
/
versioncmp.h
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
h
6 lines
118 Bytes
Copy permalink
Copy
Raw
1
#ifndef VERSIONCMP_H
2
#define VERSIONCMP_H
3
4
int
versioncmp
(
const
char
*
s1
,
const
char
*
s2
);
5
6
#endif
/* VERSIONCMP_H */