예제 #1
0
/* Check the signature of the tool 'lower-rstore' */
ATerm lower_rstore_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #2
0
/* Check the signature of the tool 'calc' */
ATerm calc_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #3
0
/* Check the signature of the tool 'parsetablegen' */
ATerm parsetablegen_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #4
0
/* Check the signature of the tool 'error-support' */
ATerm error_support_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #5
0
/* Check the signature of the tool 'configuration-manager' */
ATerm configuration_manager_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #6
0
/* Check the signature of the tool 'removevarsyntax' */
ATerm removevarsyntax_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}
예제 #7
0
/* Check the signature of the tool 'restorebrackets' */
ATerm restorebrackets_checker(int conn, ATerm siglist)
{
  return ATBcheckSignature(siglist, signature, NR_SIG_ENTRIES);
}