cprover
|
A special command line object for LINK options. More...
#include "ms_link_cmdline.h"
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <util/unicode.h>
Go to the source code of this file.
Functions | |
static std::istream & | my_wgetline (std::istream &in, std::wstring &dest) |
static std::string | to_upper_string (const std::string &s) |
Variables | |
const char * | non_ms_link_options [] |
parses the command line options into a cmdlinet More... | |
const char * | ms_link_options [] |
A special command line object for LINK options.
Definition in file ms_link_cmdline.cpp.
|
static |
Definition at line 77 of file ms_link_cmdline.cpp.
|
static |
Definition at line 319 of file ms_link_cmdline.cpp.
const char* ms_link_options[] |
Definition at line 225 of file ms_link_cmdline.cpp.
const char* non_ms_link_options[] |
parses the command line options into a cmdlinet
Definition at line 25 of file ms_link_cmdline.cpp.