mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8156 1feff8c3-07ed-0310-ac33-dd36852eb9cd
12 lines
169 B
C
12 lines
169 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <IPhreeqc.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("Version:\n");
|
|
printf("%s\n", GetVersionString());
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|