dpmain.c File Reference

#include "../headers/dpmain.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])


Function Documentation

int main ( int  argc,
char *  argv[] 
)

## FUNCTION: int main(int argc, char *argv[])

## SPECIFICATION: Main program for dpocket!

Definition at line 67 of file dpmain.c.

References dpocket(), free_all(), free_dparams(), and get_dpocket_args().

00068 {
00069         s_dparams *par = get_dpocket_args(argc, argv) ;
00070         //print_dparams(par, stdout) ;
00071 
00072         dpocket(par) ;
00073 
00074         free_dparams(par) ;
00075         free_all() ;
00076 
00077         return 0 ;
00078 }


Generated on Mon Jun 7 16:44:23 2010 for fpocket by  doxygen 1.5.6