Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9151033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:42:09+00:00 2026-06-17T11:42:09+00:00

I come across the functions like strtok_s where you will need to pass a

  • 0

I come across the functions like strtok_s where you will need to pass a pointer to pointer argument.

strtok_r(char *restrict str, const char *restrict sep, char **restrict lasts);

The way to use it is:

char *foo;
char *str = ...;
char *delimiter = ...;
strtok_r(str, delimiter, &foo);

Wondering why pass the address of pointer foo into the function?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:42:10+00:00Added an answer on June 17, 2026 at 11:42 am

    It’s so that strtok can resume where it left off. This version of strtok is thread safe (since it uses a pointer you supply and not the internal pointer of the other version).

    It saves the address of the last token read in a char * so you need to pass a pointer to that pointer so it can change the value and return it to you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the ARM ABI documentation I come across functions defined like: __value_in_regs struct bar
In ext js, I come across functions like this: SearchWindow.WindowCloseButton.on('click',function(btn,e){ SearchWindow.hide(); }); So on
Come across what looks at first sight like an MT-issue, but I'm trying to
I`v come across a need where I want to create multiple list items from
I've come across, in passing, several suites of functions, widgets, frameworks, etc. that seek
There are some related questions that I've come across (like this , this ,
I am learning Lua and have come across the concept of anonymous functions. It's
Readed bog of Ulrich Drepper and come across 2 entries that looks like conficting.
I'm currently writing some code that wrappers user-written JavaScript functions, and have come across
Sometimes I come across this problem where you have a set of functions that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.