cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

3 Commits   0 Branches   1 Tag
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) #ifndef _CMP_VERSION_H_
05d292b2 (kx 2023-03-24 03:51:10 +0300  3) #define _CMP_VERSION_H_
05d292b2 (kx 2023-03-24 03:51:10 +0300  4) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  5) #ifdef __cplusplus
05d292b2 (kx 2023-03-24 03:51:10 +0300  6) extern "C" {
05d292b2 (kx 2023-03-24 03:51:10 +0300  7) #endif
05d292b2 (kx 2023-03-24 03:51:10 +0300  8) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  9) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 10) extern int cmp_version( const char *s1, const char *s2 );
05d292b2 (kx 2023-03-24 03:51:10 +0300 11) extern const char *max_version( const char *s1, const char *s2 );
05d292b2 (kx 2023-03-24 03:51:10 +0300 12) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 13) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 14) #ifdef __cplusplus
05d292b2 (kx 2023-03-24 03:51:10 +0300 15) }  /* ... extern "C" */
05d292b2 (kx 2023-03-24 03:51:10 +0300 16) #endif
05d292b2 (kx 2023-03-24 03:51:10 +0300 17) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 18) #endif /* _CMP_VERSION_H_ */