CBMC
Loading...
Searching...
No Matches
model_argc_argv.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Initialize command line arguments
4
5Author: Michael Tautschnig
6
7Date: April 2016
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_INSTRUMENT_MODEL_ARGC_ARGV_H
15#define CPROVER_GOTO_INSTRUMENT_MODEL_ARGC_ARGV_H
16
17class goto_modelt;
19
22 unsigned max_argc,
24
25#endif // CPROVER_GOTO_INSTRUMENT_MODEL_ARGC_ARGV_H
bool model_argc_argv(goto_modelt &, unsigned max_argc, message_handlert &)
Set up argv with up to max_argc pointers into an array of 4096 bytes.