Re: [PATCH 3/3] Add a test program to exercise concat_width()
Spiros Bousbouras <[email protected]> Sun, 27 Aug 2017 19:07:53 -0700 (PDT)
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 2017-08-27 Will Storey wrote : > +void __test_concat_width(void) Identifiers starting with __ are reserved for the C standard. A name like rtp_test_concat_width seems fine to me.