Re: function declare

2019-06-27 Thread groups
No, it has nothing to do with RTEMS in particular. Any C program will do this. > On 2019-June-27, at 21:17, Jython wrote: > > so it is rtems build requirement? > > On Thu, Jun 27, 2019 at 2:53 AM Mr. Andrei Chichak > wrote: > Assume that you are using C and C has a fa

Re: function declare

2019-06-27 Thread Jython
so it is rtems build requirement? On Thu, Jun 27, 2019 at 2:53 AM Mr. Andrei Chichak wrote: > Assume that you are using C and C has a facility to bind together object > modules from different files. > > You define a function in one file, it has a bunch of parameters and > doesn’t return anything

Re: function declare

2019-06-26 Thread Mr. Andrei Chichak
Assume that you are using C and C has a facility to bind together object modules from different files. You define a function in one file, it has a bunch of parameters and doesn’t return anything. In another file you use that function but don’t have a prototype that tells the compiler anything