uf_bitshr.srf 317 B

1234567891011
  1. $PBExportHeader$uf_bitshr.srf
  2. global type uf_bitshr from function_object
  3. end type
  4. forward prototypes
  5. global function ulong uf_bitshr (unsignedlong al_val, integer ai_bitcount)
  6. end prototypes
  7. global function ulong uf_bitshr (unsignedlong al_val, integer ai_bitcount);return al_val / 2 ^ ai_bitcount
  8. end function