pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
#include <config.h>
#include <stdio.h>

int main (void) {
	puts("executing binary for " PACKAGE_STRING);
	return 0;
}