Stdlib.h; String.h; Sysreg.h - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

At program termination, the host environment will close down any physi-
cal connection between the application and an opened file. However, the
I/O library will not implicitly close any opened streams to avoid an unnec-
essary overheads (particularly with respect to memory occupancy).
Therefore, unless explicit action is taken by an application any unflushed
output may be lost. Any output generated by
output generated by other library functions, such as
, will not be automatically flushed. Applications should therefore
fprintf
arrange to close down any streams that they open. Note that the function
reference
fflush (NULL);

stdlib.h

The
stdlib.h
dard. These include some integer math functions, such as
; general string-to-numeric conversions; memory allocation functions,
rand
such as
malloc
header file also contains prototypes for miscellaneous functions such as
and
bsearch
qsort

string.h

The
string.h
and
strcpy
memcpy

sysreg.h

The
sysreg.h
system access to registers, modes and addresses not normally accessible
from C source. See
information on these functions.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
will flush the buffers of all opened streams.
header file contains general utilities specified by the C stan-
and
, and termination functions, such as
free
.
header file contains string handling functions, including
.
header file defines a set of functions that provide efficient
"Compiler Built-In Functions" on page 1-94
C/C++ Run-Time Library
is always flushed but
printf
,
putchar
fwrite
,
abs
exit
,
, and
div
. This
for more
3-15

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents