Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kunit\string-stream.c Create Date:2022-07-28 06:38:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:string_stream_append

Proto:int string_stream_append(struct string_stream *stream, struct string_stream *other)

Type:int

Parameter:

TypeParameterName
struct string_stream *stream
struct string_stream *other
154  other_content = string_stream_get_string(other)
156  If Not other_content Then Return -ENOMEM
159  Return string_stream_add(stream, other_content)