Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
versioncmp.h
Code
Commits
Pulls
CI/CD
82,027
next
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 */