@@ -5138,19 +5138,23 @@ libc_support_library(
5138
5138
],
5139
5139
)
5140
5140
5141
+ libc_support_library (
5142
+ name = "scanf_string_reader" ,
5143
+ hdrs = ["src/stdio/scanf_core/string_reader.h" ],
5144
+ deps = [
5145
+ ":__support_macros_attributes" ,
5146
+ ":scanf_reader" ,
5147
+ ],
5148
+ )
5149
+
5141
5150
libc_support_library (
5142
5151
name = "scanf_converter" ,
5143
5152
srcs = [
5144
- "src/stdio/scanf_core/converter.cpp" ,
5145
5153
"src/stdio/scanf_core/converter_utils.h" ,
5146
5154
"src/stdio/scanf_core/current_pos_converter.h" ,
5147
- "src/stdio/scanf_core/float_converter.cpp" ,
5148
5155
"src/stdio/scanf_core/float_converter.h" ,
5149
- "src/stdio/scanf_core/int_converter.cpp" ,
5150
5156
"src/stdio/scanf_core/int_converter.h" ,
5151
- "src/stdio/scanf_core/ptr_converter.cpp" ,
5152
5157
"src/stdio/scanf_core/ptr_converter.h" ,
5153
- "src/stdio/scanf_core/string_converter.cpp" ,
5154
5158
"src/stdio/scanf_core/string_converter.h" ,
5155
5159
],
5156
5160
hdrs = [
@@ -5170,7 +5174,6 @@ libc_support_library(
5170
5174
5171
5175
libc_support_library (
5172
5176
name = "scanf_main" ,
5173
- srcs = ["src/stdio/scanf_core/scanf_main.cpp" ],
5174
5177
hdrs = ["src/stdio/scanf_core/scanf_main.h" ],
5175
5178
deps = [
5176
5179
":__support_arg_list" ,
@@ -5251,7 +5254,7 @@ libc_function(
5251
5254
":__support_arg_list" ,
5252
5255
":__support_file_file" ,
5253
5256
":scanf_main" ,
5254
- ":scanf_reader " ,
5257
+ ":scanf_string_reader " ,
5255
5258
":types_FILE" ,
5256
5259
],
5257
5260
)
@@ -5264,7 +5267,7 @@ libc_function(
5264
5267
":__support_arg_list" ,
5265
5268
":__support_file_file" ,
5266
5269
":scanf_main" ,
5267
- ":scanf_reader " ,
5270
+ ":scanf_string_reader " ,
5268
5271
":types_FILE" ,
5269
5272
],
5270
5273
)
0 commit comments