NMEPluginRot13.h File Reference
Detailed Description
NME optional plugin for ROT-13 conversion.
- Author:
- Yves Piguet. Copyright 2007-2008, Yves Piguet.
Definition in file NMEPluginRot13.h.
#include "NME.h"
Go to the source code of this file.
Function Documentation
Plugin implementation for encrypting or decrypting text with ROT-13.
- Parameters:
-
| [in] | name | plugin name, such as "rot13" |
| [in] | nameLen | length of name |
| [in] | data | data text |
| [in] | dataLen | length of data |
| [in,out] | context | current context |
| [in] | userData | pointer passed from the parser, as specified in NMEPlugin |
- Returns:
- error code (kNMEErrOk for success)
- Test:
<< rot13
Guvf vf n grfg.
>>
Definition at line 11 of file NMEPluginRot13.c.