%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/file/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/builtins/file/tell.hpp |
#ifndef PYTHONIC_BUILTIN_FILE_TELL_HPP #define PYTHONIC_BUILTIN_FILE_TELL_HPP #include "pythonic/include/builtins/file/tell.hpp" #include "pythonic/types/file.hpp" #include "pythonic/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace file { long tell(types::file const &f) { return f.tell(); } } } PYTHONIC_NS_END #endif