poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Provide octal (e.g. \0123) and hex (e.g. \x1f) c-escape


From: Henner Zeller
Subject: [PATCH] Provide octal (e.g. \0123) and hex (e.g. \x1f) c-escape
Date: Thu, 3 Oct 2019 20:29:05 -0700

Hi,
This is a patch to ad c-escape parsing for bytes written as octal or hex in C-strings.

It is a somewhat in a more C99 style, so using const where possible, and declaring variables where first needed to add clarity,

Let me know what you think
Cheers,
  -henner

Attachment: 0001-Provide-octal-e.g.-0123-and-hex-e.g.-x1f-c-escape-st.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]