The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-20-2004
a25khan's Avatar
a25khan a25khan is offline
Registered User
 

Join Date: Dec 2003
Location: My home :D
Posts: 35
how does unix identify C and other language code!

Hello everyone,
this question is probably simple for you ppl but i am jus a beginner and still learing. i was wondering if someone could tell me that how does unix identify different program codes in it's environment.
for example, unix recognises this C code in the body of any script. how does that work? or for instance if it was something written in perl, it would be supported!?

#include <stdio.h>
FILE *popen(const char *command, const char *open_mode);
int pclose(FILE *stream_to_close);

Can someone please help me on that!?
Thank You!
Forum Sponsor