Commit 0a420bb6 authored by Alberto Ramos's avatar Alberto Ramos

Added minor comment

parent 9475449a
......@@ -11,14 +11,15 @@ include("BDIOtypes.jl")
# Include methods
include("BDIOmethods.jl")
# Constants
export BDIO_BIN_GENERIC, BDIO_ASC_EXEC, BDIO_BIN_INT32BE,
BDIO_BIN_INT32LE, BDIO_BIN_INT64BE, BDIO_BIN_INT64LE,
BDIO_BIN_F32BE, BDIO_BIN_F32LE, BDIO_BIN_F64BE, BDIO_BIN_F64LE,
BDIO_ASC_GENERIC, BDIO_ASC_XML, BDIO_BIN_INT32, BDIO_BIN_INT64,
BDIO_BIN_F32, BDIO_BIN_F64
export BDIO, BDIO_open, BDIO_start_record!, BDIO_write_hash!,
# Methods
export BDIOstream, BDIO_open, BDIO_start_record!, BDIO_write_hash!,
BDIO_write!, BDIO_seek!, BDIO_get_len, BDIO_get_fmt,
BDIO_get_uinfo, BDIO_read
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment