SOEM/util/simple_test/simple_test.h

21 lines
339 B
C

/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
*/
#ifndef _SIMPLE_TEST_H
#define _SIMPLE_TEST_H
#ifdef __cplusplus
extern "C"
{
#endif
int simple_test(int argc, char *argv[]);
#ifdef __cplusplus
}
#endif
#endif /* _SIMPLE_TEST_H */