Artifact 5b31fe8fb39d47a668949f457eb0d0b2fbb488fa:
- File build/chrome/cackey-chrome-test.c — part of check-in [9e8c8d0997] at 2016-02-10 23:04:54 on branch trunk — More work towards getting ChromeOS extension going (user: rkeene, size: 281) [annotate] [blame] [check-ins using]
#include <stdio.h> #include "cackey-chrome.h" int main(int argc, char **argv) { struct cackey_certificate *certificates; int numCertificates; numCertificates = cackey_chrome_listCertificates(&certificates); printf("numCertificates = %i\n", numCertificates); return(0); }