Sign in
android-kvm
/
linux
/
5c38b7d3c48bbbec043913354b5974f998373efa
/
.
/
tools
/
testing
/
selftests
/
bpf
/
testing_helpers.h
blob: 923b51762759b562f64e3f41fefa5ddf8ae89d86 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/* Copyright (C) 2020 Facebook, Inc. */
#include
<stdbool.h>
int
parse_num_list
(
const
char
*
s
,
bool
**
set
,
int
*
set_len
);