/* ============================================================================ Name : check_create.c Author : Version : Copyright : Your copyright notice Description : ============================================================================ */ #include <stdio.h> #include <stdlib.h> #include "opcua.h" #include "opcua_transportLayer.h" #include "check.h" int main (void) { int number_failed = 0; return 0; }