%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/chr.hpp |
#ifndef PYTHONIC_BUILTIN_CHR_HPP #define PYTHONIC_BUILTIN_CHR_HPP #include "pythonic/include/builtins/chr.hpp" #include "pythonic/types/str.hpp" #include "pythonic/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { template <class T> types::str chr(T const &v) { return types::str((char)v); } } PYTHONIC_NS_END #endif