(no title)
morbusfonticuli | 7 years ago
Well, there is already a thread-safe variant [0]: > The strtok() function uses a static buffer while parsing, so it's not thread safe. Use strtok_r() if this matters to you.
morbusfonticuli | 7 years ago
Well, there is already a thread-safe variant [0]: > The strtok() function uses a static buffer while parsing, so it's not thread safe. Use strtok_r() if this matters to you.
seba_dos1|7 years ago
enriquto|7 years ago