/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 2003-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* David Korn <dgk@research.att.com> *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
*/
#include <codex.h>
typedef struct State_s
{
unsigned char* buf;
} State_t;
static int
{
register int i;
{
return -1;
}
for (i = 0; i < sizeof(rot); i++)
for (i = 0; i < sizeof(ROT); i++)
return 0;
}
static int
{
if (!state)
return -1;
return 0;
}
static ssize_t
{
register unsigned char* s;
register unsigned char* e;
ssize_t r;
for (e = (s = (unsigned char*)buf) + r; s < e; s++)
return r;
}
static ssize_t
{
register unsigned char* s;
register unsigned char* e;
register unsigned char* b;
{
{
return -1;
}
}
}
{
"rot13",
"rot13 self-inverting encoding.",
"[+(version)?codex-rot13 (AT&T Research) 2003-12-11]"
"[+(author)?Glenn Fowler <gsf@research.att.com>]",
0,
0,
0,
0,
0,
0,
0,
0,
0,
};