mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
Add a simple main() routine for testing
This commit is contained in:
parent
3187aaf10c
commit
305be1e852
10
src/trader.c
10
src/trader.c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user