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