tmain.B.h - numeric - C++ library with numerical algorithms | |
git clone git://src.adamsgaard.dk/numeric | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
tmain.B.h (123B) | |
--- | |
1 // Header file containing prototype functions | |
2 | |
3 // hello.B.cpp | |
4 void hello(); | |
5 | |
6 // your_username.B.cpp | |
7 void your_username(); | |
8 |