home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4377 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  532 b 

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!ames!haven.umd.edu!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!cathedral!abmg
  2. From: abmg@cathedral.cerc.wvu.wvnet.edu (Aliasghar Babadi)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Kill program
  5. Keywords: kill
  6. Message-ID: <3492@babcock.cerc.wvu.wvnet.edu>
  7. Date: 19 Aug 92 20:53:39 GMT
  8. Sender: news@cerc.wvu.wvnet.edu
  9. Lines: 7
  10.  
  11. Hi,
  12.     Is there a C function to kill a program by giving the name of
  13. the program. For example 
  14.  
  15.     int kill( char * prog_name)
  16.  
  17. I'll appreciate any help. Thanks.
  18.