Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_basic

Proto:static void __init test_basic(void)

Type:void

Parameter:Nothing

141  nul = '\0'
143  test("", & nul)
144  test("100%", "100%%")
145  test("xxx%yyy", "xxx%cyyy", '%')
146  __test("xxx\0yyy", 7, "xxx%cyyy", '\0')
Caller
NameDescribe
selftest