.TH ATOB 1carl CARL
.SH NAME
atob - arabic to binary converter for floatsams
.SH SYNOPSIS
\f3atob [ file\f1 ] < arabic numbers > floatsams
.SH DESCRIPTION
.B atob
reads arabic numbers, converts them to floatsams
(32-bit binary floating point samples) and writes them on its
standard output.
.PP
If
.B file
is named, it is expected to contain free field arabic numbers.
Otherwise,
.B atob
reads its standard input.
Input conversion is done with
.B fscanf(3).
.SH AUTHOR
Gareth Loy
.SH SEE ALSO
btoa(1carl), xform(1carl), putfloat(3carl).
