12.4.4.4 Wide-character versions
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Foreign Language Interface
        • The Foreign Include File
          • Analysing Terms via the Foreign Interface
            • Wide-character versions
              • PL_new_atom_wchars()
              • PL_atom_wchars()
              • PL_get_wchars()
              • PL_put_wchars()
              • PL_unify_wchars()
              • PL_unify_wchars_diff()
    • Packages
Availability:C-language interface function
bool PL_put_wchars(term_t -t, int type, size_t len, const pl_wchar_t *s)
Put text from a wide character array in t. Arguments are the same as PL_unify_wchars().220The current implementation uses PL_put_variable() followed by PL_unify_wchars().