pantry/projects/github.com/OpenSC/pkcs11-helper/test.c

8 lines
164 B
C
Raw Normal View History

#include <stdio.h>
#include <stdlib.h>
#include <pkcs11-helper-1.0/pkcs11h-core.h>
int main() {
printf("Version: %08x", pkcs11h_getVersion ());
return 0;
}