ansi_c.h - what and where is it

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • landson

    ansi_c.h - what and where is it

    I haven't done any C programming for about 5 years ('been writing
    perl). I looked at some C code this morning and it includes
    <ansi_c.h>

    I haven't seen that file before. Is it part of a new C standard?

    Tim

  • Keith Thompson

    #2
    Re: ansi_c.h - what and where is it

    landson <landson2512@co mcast.netwrites :
    I haven't done any C programming for about 5 years ('been writing
    perl). I looked at some C code this morning and it includes
    <ansi_c.h>
    >
    I haven't seen that file before. Is it part of a new C standard?
    No, it's non-standard.

    --
    Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
    Nokia
    "We must do something. This is something. Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"

    Comment

    • Eric Sosman

      #3
      Re: ansi_c.h - what and where is it

      landson wrote:
      I haven't done any C programming for about 5 years ('been writing
      perl). I looked at some C code this morning and it includes
      <ansi_c.h>
      >
      I haven't seen that file before. Is it part of a new C standard?
      No. A quick Googling suggests it's part of a package
      called LabWindows/CVI. (Of course, other packages/programs
      may have used the same name, too.)

      --
      Eric.Sosman@sun .com

      Comment

      Working...