check_delete.c 464 B

123456789101112131415161718192021222324
  1. /*
  2. ============================================================================
  3. Name : check_delete.c
  4. Author :
  5. Version :
  6. Copyright : Your copyright notice
  7. Description :
  8. ============================================================================
  9. */
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include "opcua.h"
  13. #include "opcua_transportLayer.h"
  14. #include "check.h"
  15. int main (void)
  16. {
  17. int number_failed = 0;
  18. return (number_failed != 0);
  19. }