blob: 5b02a219690fb951ecedae745d6a58e5e0beb7b1 [file] [log] [blame]
// Utility functions used by various commands.
#ifndef VENDOR_PLATFORM_CMDS_UTILS_H_
#define VENDOR_PLATFORM_CMDS_UTILS_H_
// Removes underscore characters from a C-style string
// in place. The original string is modified.
void strip_underscores(char *line);
#endif // VENDOR_PLATFORM_CMDS_UTILS_H_