Skip to content
Snippets Groups Projects
utils.h 247 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
/*
 * SPDX-FileCopyrightText: 2019 Bruce Cowan <bruce@bcowan.me.uk>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

Bruce Cowan's avatar
Bruce Cowan committed
#pragma once

int *
get_ints (int         argc,
          char      **argv,
          int         n,
          const char *prompt);