For Terrance

Dependencies:   mbed

Headers/KeyValue.h

Committer:
emh203
Date:
2012-06-13
Revision:
0:085749c8446f

File content as of revision 0:085749c8446f:

#include "DataTypes.h"

#ifndef _KEY_VALUE_H
#define _KEY_VALUE_H

BOOL KeyValueSplit(CHAR *LineBuf,CHAR *Key,CHAR *Value);


extern CHAR Key[64];
extern CHAR Value[64];

#endif