programming - C - function strrevWhat links here?
Defined in string.h.

Reverses all characters in s (except for the terminating null)

Declaration:


Remarks:

strrev changes all characters in a string to reverse order, except the terminating null character.

For example, it would change

to



Return Value:

strrev returns a pointer to the reversed string.

Example:
  1. include
  2. include


int main(void) { char *forward = "string";

printf("Before strrev(): %s\n", forward); strrev(forward); printf("After strrev(): %s\n", forward); return 0; }
programming - C - function strrev
programming - C - function fstat
programming - C - function strrchr
programming - C - function rewind
Topical Bible - God's promises to Abraham
Topical Bible - Salvation before Christ's advent
programming:windows:CREATESTRUCT
20K NTC with output across load resistor
programming - C - function strcpy
programming:microchip pics:16F84A portb
Topical Bible - God's discipline of the believer
Topical Bible - Levirate marriage
X Windows Functions - Window XCreateSimpleWindow(display, parent, x, y, width, height, border_width, depth, class, visual, valuemask, attributes)
linux - software
Topical Bible - Angel of God
Topical Bible - Jesus the Anointed One
Topical Bible - Jesus in the Old Testament
Topical Bible - God's promises to (about) Ishmael
filename:programming - C - function strrev
filename:programming%20%2D%20C%20%2D%20function%20strrev
last edit:March 29 2009 21:12:24 (5528 days ago)
ct = 1716070243.000000 = May 18 2024 18:10:43
ft = 1238375544.000000 = March 29 2009 21:12:24
dt = 477694699.000000