FACT++  1.0
function toHex (   str,
  idx 
)

Definition at line 367 of file index.js.

References str, and var().

368 {
369  var ch = str[idx].toString(16);
370  return ch.length==2 ? ch : "0"+ch;
371 }
char str[80]
Definition: test_client.c:7
po::typed_value< T > * var(T *ptr=0)

+ Here is the call graph for this function: