Skip to content
/ apue2e Public

Source code for the examples in the book "Advanced Programming in the UNIX Environment"

Notifications You must be signed in to change notification settings

roktas/apue2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for Debian derivatives

  • Install required packages

      $ sudo apt-get install build-essential
    
  • Fork this repository

  • (Preferably) Build examples and APUE library

      $ make
    
  • Populate your own examples in local* subdirectories. For example:

      $ cd local
      $ $EDITOR local.c
    

    Please note that the main source filename must be same as the subdirectory name (i.e. local1/local1.c)

  • Build and run your example

      $ cd .. # chdir to top dir
      $ make
      $ local/local
    

About

Source code for the examples in the book "Advanced Programming in the UNIX Environment"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published