home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d109 / uupc.lha / UUpc / Source / LOCAL / README.Amiga < prev    next >
Text File  |  1987-10-28  |  2KB  |  49 lines

  1. README.Amiga    Last updated: 02 October 1987 by Jeff Lydiatt
  2.  
  3. This directory contains all the support code for the dcp serial
  4. I/O  routines,  the  directory  manipulation  support,  code to
  5. support  a  portable version of the unix getenv() function, and
  6. the  startup  code  for  both  uu  and  mail.   Here is a brief
  7. description of the files:
  8.  
  9. CONTENTS
  10.  
  11.   makefile    - compiles support modules for this directory.
  12.   genv.h    - header file for genv.c
  13.   host.h    - includes for uu and mail programs.
  14.   ndir.h    - Amiga version of unix directory structures.
  15.   SerialIO.c    - very low level serial I/O device support.
  16.   Timer.c    - provides low level timer device support.
  17.   chdir.c    - chdir( path), makes "path" the current directory. 
  18.   genv.c    - reads the profile, provides getenv() function.
  19.   getcwd.c    - return the path name of the current directory.
  20.   host.c    - prologue and epilogue for both uu and mail. 
  21.   mkdir.c    - code for mkdir() to make a directory.  
  22.   mlib.c    - not sure: not used by anything I can see.
  23.   ndir.c    - defines opendir(), readdir(), and closedir(). 
  24.   sio.c        - defines SIOInit(), SIOSpeed(), SIOInBuffer(),
  25.           SIOClose(), SIOWrite(), SIORead()
  26.   sleep.c    - implements sleep( seconds ); 
  27.   ulib.c    - implements dcp routines swrite(), sread(), openline(),
  28.           closeline(), rnews(), and shell().
  29.  
  30.  
  31. You  should first compile all the all the files in this directory
  32. using  the  makefile supplied.  Not all files need to be compiled
  33. here.   Some  of  the  object  modules need to be in the primary,
  34. portable-file  directory  and  will  be  included  as needed from
  35. there.
  36.  
  37. BUGS:
  38.  
  39. This  version  has  been  compiled  and tested under Manx Aztec C
  40. v3.40a  with patch 3 installed.  I have been using it extensively
  41. over  the  past couple of weeks with minor problems.  There is an
  42. occasional guru that I can't seem to trace down, so beware.
  43.  
  44. If you have any questions, please contact me:
  45.  
  46.    jlydiatt@jlami.van-bc.UUCP   (Jeff Lydiatt)
  47.    {ihnp4!albera!ubc-vision,uunet}!van-bc!jlami!jlydiatt
  48.  
  49.