Query: strrot13
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRROT13(3pub) C Programmer's Manual STRROT13(3pub)NAMEstrrot13 - encrypt or decrypt string using rot13SYNOPSIS#include <publib.h> char *strrot13(char *str);DESCRIPTIONstrrot13 converts the argument string using rot13, i.e., it replaces each letter a with n, n with a, b with o, o with b, and so on. Con- verting twice results in the original string. Non-letter characters are not converted. The rot13 encryption method is used commonly on USENET to hide offensive text, or spoilers in discussions about movies or books, or in other similar occasions.RETURN VALUEstrrot13 returns its argument.SEE ALSOpublib(3), crypt(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRROT13(3pub)
Related Man Pages |
---|
fnqualify(3pub) - debian |
memdup(3pub) - debian |
stracat(3pub) - debian |
strsub(3pub) - debian |
xmemdup(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |