Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
test_usb_url.c File Reference
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "yubihsm.h"
#include "internal.h"
Include dependency graph for test_usb_url.c:

Go to the source code of this file.

Functions

int main (void)
 

Variables

uint8_t _yh_verbosity = YH_VERB_ALL
 
FILE * _yh_output
 

Function Documentation

◆ main()

int main ( void )

Definition at line 51 of file test_usb_url.c.

51 {
52 _yh_output = stderr;
53 test_urls();
54}
FILE * _yh_output

Variable Documentation

◆ _yh_output

FILE* _yh_output

Definition at line 28 of file test_usb_url.c.

◆ _yh_verbosity

uint8_t _yh_verbosity = YH_VERB_ALL

Definition at line 27 of file test_usb_url.c.