# frozen_string_literal: true module Lxi # LXI Constants LXI_OK = 0 LXI_ERROR = -1 end