|  SKYENGINE API  
      参考手册返回目录 | 
  
 void 
      mr_printf(const char *format, ...) 
  
  
  
     
       
Description
调试信息打印。
Parameters
  
    
    
       
    Name 
      Description 
       format 
      格式化字符串 
无返回值。
/*mrp code*/
int32 width = 100, height = 1000, bit = 16;
mrc_printf( "Screen info:width = %d, height = %d, bit = %d.", width, height, bit );