mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-19 00:48:09 -07:00
[FL-3927] FuriThread stdin (#3979)
* feat: FuriThread stdin * ci: fix f18 * feat: stdio callback context Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
+4
-4
@@ -129,12 +129,12 @@ void furi_string_swap(FuriString* string_1, FuriString* string_2);
|
||||
|
||||
/** Move string_2 content to string_1.
|
||||
*
|
||||
* Set the string to the other one, and destroy the other one.
|
||||
* Copy data from one string to another and destroy the source.
|
||||
*
|
||||
* @param string_1 The FuriString instance 1
|
||||
* @param string_2 The FuriString instance 2
|
||||
* @param destination The destination FuriString
|
||||
* @param source The source FuriString
|
||||
*/
|
||||
void furi_string_move(FuriString* string_1, FuriString* string_2);
|
||||
void furi_string_move(FuriString* destination, FuriString* source);
|
||||
|
||||
/** Compute a hash for the string.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user