tictac.html 585 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>tictac</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>tictac</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. tictac - tic-tac-toe game
  9. <h3>Synopsis</h3>
  10. /testbin/tictac
  11. <h3>Description</h3>
  12. tictac implements a simple version of tic-tac-toe.
  13. <h3>Requirements</h3>
  14. tictac uses the following system calls:
  15. <ul>
  16. <li> <A HREF=../syscall/read.html>read</A>
  17. <li> <A HREF=../syscall/write.html>write</A>
  18. <li> <A HREF=../syscall/_exit.html>_exit</A>
  19. </ul>
  20. tictac should function correctly once the basic system calls are complete.
  21. </body>
  22. </html>