Need to pass va_list as a reference to vsyslog. This is because va_list is a...
Need to pass va_list as a reference to vsyslog. This is because va_list is a structure in some compilers and passing of structures in the NuttX sycalls does not work.
Loading
Please register or sign in to comment