Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 88c0c11ea20da15d1aa88f642b27f1b2 > files > 27

nss_ldap-264-10.fc13.src.rpm

#include <ldap.h>
#include <stdio.h>
int
main(int argc, char **argv)
{
	printf("%d\n", LDAP_VENDOR_VERSION);
	return 0;
}