<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I have a question about C and
      thread-safe programming. <br>
      When I define automatic variables in a function, are those taken
      from thread storage or from global/common storage? In other words,
      if I have 17 threads which might call the same plain function, do
      I need to do anything special in that function so they don't step
      on each other? (Here "special" meaning more than simply NOT
      marking variables as extern or static.) <br>
      <br>
      I've never done threaded C per se. (Have done even driven in C and
      assembler enough times. Hate to think I'm a total noob. But ...
      dragons and land minds ... lots I don't know.) <br>
      <br>
      Thanks! <br>
      <br>
      -- R; &lt;&gt;&lt;<br>
      <br>
      <br>
      <br>
    </div>
    <br>
  </body>
</html>