6 lines
181 B
C
6 lines
181 B
C
|
/* 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);
|