Changeset e225e77 in buchla-68k for prolog/croot.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prolog/croot.c

    rd2d593b re225e77  
    3333extern  void    _fd_cls(void);
    3434extern  void    xtrap15(void);
     35
     36extern  void main(void);
    3537
    3638int16_t (*_clsall)();
     
    160162#endif
    161163
    162         main(Argc,Argv);        /* call application */
     164        main();                 /* call application */
    163165        exit();                 /* exit in case the application didn't */
    164166}
Note: See TracChangeset for help on using the changeset viewer.