load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "helper", srcs = [ "helper.c", ], hdrs = [ "helper.h", "helper_internal.h" ], visibility = ["//visibility:public"], )