TERES/SOFTWARE/A64-TERES/u-boot_new/board/sunxi/common/sunxi_string.h
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

9 lines
129 B
C

#ifndef SUNXI_STRING_H_H_
#define SUNXI_STRING_H_H_
int sunxi_str_replace(char *dest_buf, char *goal, char *replace);
#endif