Skip to content
Snippets Groups Projects
utils.h 132 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
#pragma once

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