diff options
Diffstat (limited to 'docs/source/arduino/charcast.rst')
-rw-r--r-- | docs/source/arduino/charcast.rst | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/source/arduino/charcast.rst b/docs/source/arduino/charcast.rst deleted file mode 100644 index 91a0f8f..0000000 --- a/docs/source/arduino/charcast.rst +++ /dev/null @@ -1,39 +0,0 @@ -.. highlight:: cpp - -.. _arduino-charcast: - -char() (cast) -============= - -Description ------------ - -Converts a value to the :ref:`char <arduino-char>` data type. - -Syntax ------- - -``char(x)`` - - -Parameters ----------- - -**x**: a value of any type - - -Returns -------- - -The value, converted to a ``char``. Note, however, that if the value -is outside the range of a ``char`` (-128 to 127), then the results -might be strange and unexpected. - - -See Also --------- - -- :ref:`char <arduino-char>` - - -.. include:: cc-attribution.txt
\ No newline at end of file |