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
linux - gimp
embedded systems - modbus - exception codes
AutoCAD LISP - ENTMOD
AutoCAD LISP - CADR
programming - javascript - objects - document
MC6802 - instruction set - Rotate Right Accumulator
MC6802 - instruction set - arithmetic shift right memory
Raspberry PI - Configure without monitor or keyboard
Bible passages - Matthew 22:12
programming - javascript - HTML DOM
programming:c:function substr
Raspberry PI - write disk image to sd card
AutoCAD LISP - TBLSEARCH
MC6802 - instruction set - Increment Accumulator
programming:c:format string flags
D Converters with SPI Serial Interface
Raspberry PI - Configure a Raspberry pi zero W without monitor or keyboard
filename:programming:c:function strrev
filename:programming%3Ac%3Afunction%20strrev
last edit:March 29 2009 21:12:24 (5529 days ago)
ct = 1716106824.000000 = May 19 2024 04:20:24
ft = 1238375544.000000 = March 29 2009 21:12:24
dt = 477731280.000000