1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Add a simple main() routine for testing

This commit is contained in:
John Zaitseff 2011-06-14 23:02:16 +10:00
parent 3187aaf10c
commit 305be1e852

View File

@ -29,3 +29,13 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
*/
/************************************************************************
* Main program *
************************************************************************/
int main (int argc, char *argv[])
{
return EXIT_SUCCESS;
}