[haiku-commits] Re: haiku: hrev51761 - headers/posix

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 14 Jan 2018 18:56:41 +0100

Am 14/01/2018 um 15:42 schrieb waddlesplash@xxxxxxxxx:

+#endif
+
+#define __STD_UTF_32__ 1
+
+/* We don't define __STD_UTF_16__, so the format of char16_t is unspecified */
+static __inline size_t
+c16rtomb(char *dest, char16_t wc, mbstate_t *mbState)
+{
+       return wcrtomb(dest, wc, mbState);
+}
+static __inline size_t

Didn't we have a coding style or something like that?
You know, two blank lines between stuff?

Bye,
   Axel.

Other related posts: