forked from zelenski/stanford-cpp-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspl_cpp_header_text.txt
More file actions
13 lines (12 loc) · 818 Bytes
/
spl_cpp_header_text.txt
File metadata and controls
13 lines (12 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
/******************************************************************
* The Stanford C++ Library *
* spl.cpp *
* -------------------------------------------------------------- *
* This file contains the C++ code to implement the functionality *
* of the Stanford C++ Library. *
* The library has been packed into a single very large .cpp file *
* for speed of compilation and ease of distribution. *
* Do not edit this file; if you want to fix bugs or make changes *
* to the library, please contribute to the project's original *
* source on GitHub by talking to its current maintainers. *
******************************************************************/