Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: CDUFinal CDU_Mbed_36
Fork of ConfigFile by
Diff: ConfigFile.h
- Revision:
- 1:f02e081afe42
- Parent:
- 0:6b4ba48753b9
- Child:
- 2:d8febae84a45
--- a/ConfigFile.h Sun Sep 12 07:11:54 2010 +0000 +++ b/ConfigFile.h Sun Sep 12 07:22:00 2010 +0000 @@ -23,10 +23,11 @@ * Get a value for a key. * * @param key A target key name. - * + * @param value A pointer to a value storage. + * @param siz A size of a value storage. * @return A value or NULL. */ - char *getValue(char *key); + bool getValue(char *key, char *value, size_t siz); /** * Set a set of a key and value.