CBMC
model_argc_argv.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Initialize command line arguments
4 
5 Author: Michael Tautschnig
6 
7 Date: 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 
17 class goto_modelt;
18 class message_handlert;
19 
20 bool model_argc_argv(
21  goto_modelt &,
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.