diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-22 23:14:22 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-22 23:14:22 +0000 |
commit | 452932ace4e0e0741982a8bdfdf6282022e48a6c (patch) | |
tree | 4dcfb5b8fa9465d39a1462d2c414ef2d6291bae5 /py/misc.h | |
parent | 8bcc52e8341368c73edf094e288a4f514b84028a (diff) | |
parent | 60fec7a9c0d6459cff5f448fe3de61921cdd7a02 (diff) | |
download | micropython-452932ace4e0e0741982a8bdfdf6282022e48a6c.tar.gz micropython-452932ace4e0e0741982a8bdfdf6282022e48a6c.zip |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/misc.h')
-rw-r--r-- | py/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ bool unichar_isspace(unichar c); bool unichar_isalpha(unichar c); bool unichar_isprint(unichar c); bool unichar_isdigit(unichar c); +bool unichar_isxdigit(unichar c); /** string ******************************************************/ |