Help for this page

Select Code to Download


  1. or download this
    #define TAG printf( "# %s(%d)\n", __FILE__, __LINE__ )
    
  2. or download this
    SV *mapAt( SV *fileMap, U32 hiOff, U32 loOff, size_t size ) {
        SV *map = newSVpvn( "", 0 );
    ...
        return map;
    }