home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / remove.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. REMOVE(3)                  UNIX Programmer's Manual                  REMOVE(3)
  3.  
  4. NNAAMMEE
  5.      rreemmoovvee - remove directory entry
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddiioo..hh>>
  9.  
  10.      _i_n_t
  11.      rreemmoovvee(_c_o_n_s_t _c_h_a_r _*_p_a_t_h)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The rreemmoovvee() function is an alias for the unlink(2) system call.  It
  15.      deletes the file referenced by _p_a_t_h.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      Upon successful completion, rreemmoovvee() returns 0.  Otherwise, -1 is re­
  19.      turned and the global variable _e_r_r_n_o is set to indicate the error.
  20.  
  21. EERRRROORRSS
  22.      The rreemmoovvee() function may fail and set _e_r_r_n_o for any of the errors speci­
  23.      fied for the routine unlink(2).
  24.  
  25. SSEEEE AALLSSOO
  26.      unlink(2)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The rreemmoovvee() function conforms to ANSI C3.159­1989 (``ANSI C'').
  30.  
  31. BSD Experimental                 June 29, 1991                               1
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.