nyctergatis.com

Contact

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

NME optional plugin for cnverting text to uppercase. More...

#include "NME.h"

Go to the source code of this file.

Defines

#define NMEPluginUppercaseEntry   {"uppercase", kNMEPluginOptReparseOutput, NMEPluginUppercase, NULL}
 NMEPlugin entry for table of plugins.

Functions

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

Detailed Description

NME optional plugin for cnverting text to uppercase.

Author:
Yves Piguet.

Definition in file NMEPluginUppercase.h.


Function Documentation

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

Plugin implementation for reversing text.

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

Definition at line 12 of file NMEPluginUppercase.c.

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