Source file uucp__block.ml

1
2
3
4
5
6
7
8
9
10
(*---------------------------------------------------------------------------
   Copyright (c) 2014 The uucp programmers. All rights reserved.
   SPDX-License-Identifier: ISC
  ---------------------------------------------------------------------------*)

include Uucp_block_base

let compare = compare
let blocks = Uucp_block_data.block_list
let block u = Uucp_rmap.get Uucp_block_data.block_map (Uchar.to_int u)