/ rce_module_18.6.js
rce_module_18.6.js
1  // for displaying hex value
2  function dummyy(x) {
3      return '0x' + x.toString(16);
4  }