blob: f39c0b20a53c9a0d62834ea88f58d8f30e0e9dc9 [file] [log] [blame] [edit]
# Copyright 2022 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.
import("../libc.gni")
llvm_libc_source_set("stdlib") {
functions = [
"abs",
"atoi",
"atol",
"atoll",
"div",
"labs",
"ldiv",
"llabs",
"lldiv",
"strtol",
"strtoll",
"strtoul",
"strtoull",
]
}