mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-16 19:40:57 +01:00
6 lines
66 B
C
6 lines
66 B
C
#include "version.h"
|
|
|
|
int pcp_version() {
|
|
return PCP_VERSION;
|
|
}
|