nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMEPluginRot13.c File Reference

NME optional plugin for ROT-13 conversion. More...

#include "NMEPluginRot13.h"

Go to the source code of this file.

Functions

NMEErr NMEPluginRot13 (NMEConstText name, NMEInt nameLen, NMEConstText data, NMEInt dataLen, NMEContext *context, void *userData)
 Plugin implementation for encrypting or decrypting text with ROT-13.

Detailed Description

NME optional plugin for ROT-13 conversion.

Author:
Yves Piguet.

Definition in file NMEPluginRot13.c.


Function Documentation

NMEErr NMEPluginRot13 ( NMEConstText  name,
NMEInt  nameLen,
NMEConstText  data,
NMEInt  dataLen,
NMEContext context,
void *  userData 
)

Plugin implementation for encrypting or decrypting text with ROT-13.

Parameters:
[in]nameplugin name, such as "rot13"
[in]nameLenlength of name
[in]datadata text
[in]dataLenlength of data
[in,out]contextcurrent context
[in]userDatapointer passed from the parser, as specified in NMEPlugin
Returns:
error code (kNMEErrOk for success)
Test:
    << rot13
    Guvf vf n grfg.
    >>

Definition at line 12 of file NMEPluginRot13.c.

Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.