9 lines
129 B
C
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
|
|
|