![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
00001 00013 using namespace std; 00014 #include <stdio.h> 00015 #include <list> 00016 #include <algorithm> 00017 #include <string> 00018 00019 int main(int argc, 00020 char* argv[] 00021 );