/
MATES
/ Modular Automatic Test Equipment System API
2.5.0.0
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
mates_test_20.c
#include <stdio.h>
#include "
mates.h
"
int
main(
void
)
{
char
buf[100];
if
(
mates_monitor_version
(buf,
sizeof
(buf)) ==
UOS_STATUS_OK
)
{
printf(
"The monitor version used: %s\n"
, buf);
}
return
(0);
}