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