#include "unity.h" #ifndef PROBE_H #define PROBE_H int probe(int input); #endif