I know _r suffix is used to indicate something thread-safe. For example strtok and strtok_r or libmysql.so and libmysql_r.so. But I cannot find anywhere what this actually means ? For example, _t means ‘type’ and what does _r suffix mean?
I know _r suffix is used to indicate something thread-safe. For example strtok and
Share
See Chapter
A.4.16 Thread-Safetyin http://pubs.opengroup.org/onlinepubs/000095399/xrat/xbd_chap04.html: