|
ubistry: added two functions
ubistryFindKey(char *name) <- Will find key with specified name
ubistryAddKey(char *name,char *value) <-> Will add key with specified
name and value
|
|---|
|
|
| src/bin/ubistry/Makefile |
|---|
| src/bin/ubistry/include/ubistry.h 0 → 100644 |
|---|
| src/bin/ubistry/main.c |
|---|