x
Motorola DSP56000 Family Optimizing C Compiler User’s Manual
For More Information On This Product,
Go to: www.freescale.com
Motorola
A.4.74
A.4.75
A.4.76
A.4.77
A.4.78
A.4.79
A.4.80
A.4.81
A.4.82
A.4.83
A.4.84
A.4.85
A.4.86
A.4.87
pow—Raise a double to a power . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-77
printf—Print to standard output. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-78
putc—Write a single character to a stream . . . . . . . . . . . . . . . . . . . . . . . . . A-83
putchar—Write a character to standard output . . . . . . . . . . . . . . . . . . . . . . A-84
puts—Write a string to standard output. . . . . . . . . . . . . . . . . . . . . . . . . . . . A-85
qsort—Quick sort. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-86
raise—Raise a signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-87
rand—Pseudo- random number generator. . . . . . . . . . . . . . . . . . . . . . . . . . A-88
realloc—hange size of dynamically allocated storage area . . . . . . . . . . . . . A-88
remove—Remove a file from the disk. . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-90
rename —Rename a file on the disk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-90
rewind—Reset the file position indicator to the beginning of the file. . . . . A-90
scanf—Read formatted input from standard input. . . . . . . . . . . . . . . . . . . . A-91
setjmp—Save reference of current calling environment
for later use by longjmp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-92
setbuf—Read formatted input from standard input . . . . . . . . . . . . . . . . . . . A-93
setvbuf—Alter stream buffering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-94
signal—Set up signal handler. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-94
sin—Sine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-95
sinh—Hyperbolic Sine. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-96
sprintf—Print to a string. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-96
sqrt—Square root. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-97
srand—Seed the pseudo-random number generator . . . . . . . . . . . . . . . . . . A-98
sscanf—Read formatted input from a string . . . . . . . . . . . . . . . . . . . . . . . . A-98
strcat—Concatenate two strings. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-99
strchr—Find first occurrence of a character in a string . . . . . . . . . . . . . . . A-100
strcmp—Compare two strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-100
strcoll—Compare two strings based on current locale . . . . . . . . . . . . . . . A-102
strcpy—Copy one string into another . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-102
strcspn—Compute length of prefix of one string
consisting entirely of characters not from another . . . . . . . . . . . . . . . . A-104
strerror—Map error code into an error message string . . . . . . . . . . . . . . . A-105
strlen—Determine length of a string . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A-106
strncat—Concatenate a portion of one string to another . . . . . . . . . . . . . . A-106
strncmp—Compare a portions of two strings . . . . . . . . . . . . . . . . . . . . . . A-108
strncpy—Copy a portion of one string into another. . . . . . . . . . . . . . . . . . A-109
strpbrk—Find first occurrence of a character from one string in another . A-110
strrchr—Find last occurrence of a character from one string in another . . A-111
strspn—Compute length of prefix of one string
consisting entirely of characters from another . . . . . . . . . . . . . . . . . . . A-112
A.4.88
A.4.89
A.4.90
A.4.91
A.4.92
A.4.93
A.4.94
A.4.95
A.4.96
A.4.97
A.4.98
A.4.99
A.4.100
A.4.101
A.4.102
A.4.103
A.4.104
A.4.105
A.4.106
A.4.107
A.4.108
A.4.109
A.4.110
F
Freescale Semiconductor, Inc.
n
.