Added Makefile

Added lib 'int2str.c'
Added 'main.c'
This commit is contained in:
arcan1s
2013-07-17 03:58:22 +04:00
parent 25da8b87e3
commit 709c4564c6
10 changed files with 391 additions and 64 deletions

View File

@ -109,11 +109,5 @@ int create_matrix (int num_mol, int num_atoms, const int *label_mol,
}
free (label_inter);
return 0;
}
int main (int argc, char *argv[])
{
return 0;
}