This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| * Program to demonstrate problem with OpenSC PKCS#11 C_Initialize() | |
| * function: It must not keep the CK_C_INITIALIZE_ARGS pointer. | |
| */ | |
| #include <Windows.h> | |
| #include <stdio.h> | |
| #include "cryptoki.h" | |
| static | |
| CK_RV | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Example program that uses blackjack/webcam library | |
| // for working with V4L2 devices. | |
| package main | |
| import ( | |
| "errors" | |
| "fmt" | |
| "log" | |
| "os" | |
| "sort" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include "gpiointerrupt.h" | |
| #include <assert.h> | |
| CGPIOInterrupt::CGPIOInterrupt (unsigned nClockPin, | |
| CGPIOManager &GPIOManager) : | |
| m_bInterruptOn (false), | |
| m_ClockPin (nClockPin, GPIOModeInput, &GPIOManager), | |
| value(0) | |
| { |