cprover
|
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
bool | has_prefix (const std::string &s, const std::string &prefix) |
int | main () |
bool has_prefix | ( | const std::string & | s, |
const std::string & | prefix | ||
) |
Definition at line 13 of file converter.cpp.
int main | ( | ) |
Definition at line 18 of file converter.cpp.