/[dtapublic]/projs/dtats/trunk/projs/2018/20180112_ifsfscan/ifsfscan.cpp
ViewVC logotype

Contents of /projs/dtats/trunk/projs/2018/20180112_ifsfscan/ifsfscan.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 148 - (show annotations) (download)
Fri Jan 12 05:45:39 2018 UTC (6 years, 2 months ago) by dashley
Original Path: projs/dtats/trunk/projs/20180112_ifsfscan/ifsfscan.cpp
File size: 146 byte(s)
Initial project commit.
1
2 extern "C" int c_main(int argc, char **argv);
3
4 int main(int argc, char **argv)
5 {
6 int rv;
7
8 rv = c_main(argc, argv);
9
10 return(rv);
11 }

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25