MATES / Modular Automatic Test Equipment System API  2.5.0.0
mates_test_14.c
#include <stdio.h>
#include "mates.h"
int main(void)
{
MATES_HANDLE h = mates_open("proxy.mon", 1);
int bir;
/* Get bootloader identification register. */
{
printf("Successfully got BIR: 0x%X\n", bir);
}
}