nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS

NMEPluginReverse.h File Reference


Detailed Description

NME optional plugin for reversing text.

Author:
Yves Piguet. Copyright 2007-2008, Yves Piguet.

Definition in file NMEPluginReverse.h.

#include "NME.h"

Go to the source code of this file.


Defines

#define NMEPluginReverseEntry   {"reverse", kNMEPluginOptReparseOutput, NMEPluginReverse, NULL}
 NMEPlugin entry for table of plugins.

Functions

NMEErr NMEPluginReverse (NMEConstText name, NMEInt nameLen, NMEConstText data, NMEInt dataLen, NMEContext *context, void *userData)
 Plugin implementation for reversing text.

Function Documentation

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

Plugin implementation for reversing text.

Parameters:
[in] name plugin name, such as "reverse"
[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:
    << reverse
    abcdef 123456
    >>

Definition at line 11 of file NMEPluginReverse.c.

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