FreeRDP/winpr/libwinpr/asn1/test/TestAsn1Integer.c

12 lines
153 B
C
Raw Normal View History

#include <stdio.h>
#include <winpr/crt.h>
#include <winpr/asn1.h>
#include <winpr/winpr.h>
int TestAsn1Integer(int argc, char* argv[])
{
return 0;
}