add numerical recipes library
This commit is contained in:
13
lib/nr/cpp/other/nrexit.cpp
Normal file
13
lib/nr/cpp/other/nrexit.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
// Function used to stall exit in Borland C++Builder
|
||||
|
||||
void nrexit(void)
|
||||
{
|
||||
cin.get();
|
||||
return;
|
||||
}
|
||||
|
||||
#pragma exit nrexit
|
||||
Reference in New Issue
Block a user