changeset 11 | d610106f78c9 |
parent 2 | 39c28ec933dd |
10:b2a53d442fd6 | 11:d610106f78c9 |
---|---|
21 #include <string> |
21 #include <string> |
22 #include <sstream> |
22 #include <sstream> |
23 #include <iostream> |
23 #include <iostream> |
24 #include <stdexcept> |
24 #include <stdexcept> |
25 #include <cstring> |
25 #include <cstring> |
26 #include <cstdlib> |
|
26 |
27 |
27 |
28 |
28 const char SELF_NAME[] = "checklib"; |
29 const char SELF_NAME[] = "checklib"; |
29 |
30 |
30 // Describes what kind of library it is. |
31 // Describes what kind of library it is. |