pantry/projects/github.com/OpenSC/pkcs11-helper/test.c
ArionThinker f2fe259461 new file: projects/github.com/OpenSC/pkcs11-helper/package.yml
new file:   projects/github.com/OpenSC/pkcs11-helper/test.c
2023-06-20 20:30:07 -04:00

8 lines
164 B
C

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