Ejemplo n.º 1
0
def audit_name_to_machine(*args):
  return _audit.audit_name_to_machine(*args)
Ejemplo n.º 2
0
def audit_name_to_machine(*args):
    return _audit.audit_name_to_machine(*args)
Ejemplo n.º 3
0
def audit_name_to_machine(machine: 'char const *') -> "int":
    return _audit.audit_name_to_machine(machine)