blob: e0e0f4d57f2b9f1e030e1be0429eb4aa6d462f09 [file] [log] [blame]
add_entrypoint_object(
strtoimax
SRCS
strtoimax.cpp
HDRS
strtoimax.h
DEPENDS
libc.src.__support.str_conv_utils
)
add_entrypoint_object(
strtoumax
SRCS
strtoumax.cpp
HDRS
strtoumax.h
DEPENDS
libc.src.__support.str_conv_utils
)
add_entrypoint_object(
imaxdiv
SRCS
imaxdiv.cpp
HDRS
imaxdiv.h
DEPENDS
libc.include.inttypes
libc.src.__support.integer_operations
)