|
Embedded System Design 2 - Project
|
#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>Go to the source code of this file.
Functions | |
| bool | StringStartsWith (char *str, char *seq) |
| bool | HexToString (uint8_t *bin, uint8_t binsz, char **result) |
| char * | StringToHexString (char *bin, unsigned int binsz, char **result) |
| bool HexToString | ( | uint8_t * | bin, |
| uint8_t | binsz, | ||
| char ** | result | ||
| ) |
Definition at line 37 of file util_string.c.
| bool StringStartsWith | ( | char * | str, |
| char * | seq | ||
| ) |
Definition at line 27 of file util_string.c.
| char* StringToHexString | ( | char * | bin, |
| unsigned int | binsz, | ||
| char ** | result | ||
| ) |
Definition at line 66 of file util_string.c.