K 10 svn:author V 3 ler K 8 svn:date V 27 2020-06-29T16:35:33.437242Z K 7 svn:log V 395 devel/cdecl: upgrade to 7.3. Checking main()s signature The signature of main() is now checked. More C standard types Added the standard C types atomic_flag, double_t, fenv_t, fexcept_t, float_t, jmp_buf, memory_order, va_list, wctrans_t, and wctype_t. Fixed explaining pointer-to-array function arguments Explaining a declaration like: cdecl> explain void f(double (*a)[5]) crashed; fixed. END