blob: a5930e660d9715907f0c8c94853beeb58c481010 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("internal") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"floatscan.c",
"intscan.c",
"libc.c",
"shgetc.c",
]
}