Re: Nested SY/YS

2024-12-01 Thread G. Branden Robinson
Hi Alex, At 2024-12-01T15:17:22+0100, Alejandro Colomar wrote: > I was wondering if it would be good to nest SY/YS. > > What do you think of this?: > > .SY void\~*bsearch ( > .BI const\~void\~ key [. size ], > .BI const\~void\~ base [. size \~*\~. n ], > .BI size_t\~ n , > .BI size_t\~ size

Nested SY/YS

2024-12-01 Thread Alejandro Colomar
Hi Branden, I was wondering if it would be good to nest SY/YS. What do you think of this?: .SY void\~*bsearch ( .BI const\~void\~ key [. size ], .BI const\~void\~ base [. size \~*\~. n ], .BI size_t\~ n , .BI size_t\~ size , .br -.BI int\~(* compar )(const\~void\~[. size ], +.SY int\~(*\f[