









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the unix programming environment, focusing on editors, c compilers, debuggers, and makefiles. It covers the basics of make, macros, target rules, and inference rules. Additionally, it discusses header files, macro definitions, command line arguments, and utilities in c. The document also touches upon some header file errors and conditional code in headers.
Typology: Slides
1 / 16
This page cannot be seen from the preview
Don't miss anything!










make ... continued
makefile examples
Conditional Code in Headers
#include <stdlib.h>
int mkstemp(char *template)