stas        02/01/29 08:24:34

  Added:       xs/APR/String APR__String.h
  Log:
  - the actual xs wrapper for format_size
  
  Revision  Changes    Path
  1.1                  modperl-2.0/xs/APR/String/APR__String.h
  
  Index: APR__String.h
  ===================================================================
  static MP_INLINE
  SV *mpxs_APR__String_format_size(pTHX_ apr_off_t  size)
  {
      char buff[5];
  
      apr_strfsize(size, buff);
  
      return newSVpvn(buff, 4);    
  }
  
  
  


Reply via email to