
# Override a few of the default HTTP options. 

IndexOptions FancyIndexing SuppressLastModified SuppressSize
HeaderName HEADER
IndexIgnore .. README* *.html

AddDescription "Count down from 10 to 1 in steps of 1"  	10to1.c 
AddDescription "Demonstrate the '&' and '*' operators." 	address.c 
AddDescription "& operator (Bitwise AND).                   " 	and.c 
AddDescription "atof and gets demo." 				atof.c 
AddDescription "<< operator (shift left).                   " 	bit_shift.c 
AddDescription "Clear the screen with VT100 escape codes." 	clrscr.c
AddDescription "Get parms from the command line." 		command_line.c
AddDescription "'contiune', feof' & 'fgets' demo."		continue.c
AddDescription "#define pre-processor."				define.c
AddDescription "example of the 'do' keyword."			do.c
AddDescription "Enumeration example"				enum1.c
AddDescription "Another enumeration example"			enum2.c
AddDescription "Give the exponent of a number"			exponent.c
AddDescription "Factorial by itteration."			fact1.c
AddDescription "Factorial by recursion."			fact2.c
AddDescription "'fgets' demo."					fgets.c
AddDescription "Usual first program."				first.c
AddDescription "'for' keyword example."				for1.c
AddDescription "Another 'for' example."				for2.c
AddDescription "fprintf function example"			fprintf.c
AddDescription "Basic function call."				function.c
AddDescription "'getchar' function demo."			getchar.c
AddDescription "'goto' keyword demo."				goto.c
AddDescription "global and internal variables"			global.c
AddDescription "'if' keyword."					if.c
AddDescription "#if #else #endif pre-processors."		if_else_endif.c
AddDescription "#ifndef pre-processor."				ifndef.c
AddDescription "++ and -- operators."				inc_dec.c
AddDescription "Loads of ctype.h functions."			is_examp.c
AddDescription "Pre-processor macors."				macro.c
AddDescription "% operator (modulo)."				modulo.c
AddDescription "| operator (Bitwise OR).               	" 	or.c 
AddDescription "Read and verify a password"			password.c
AddDescription "Pass a pointer to a function.       	    "	pointer1_func.c
AddDescription "Pass an int array to a function.           "	pointer2_func.c
AddDescription "Pass a character string pointer to a function." pointer3_func.c
AddDescription "Pass a variable number of parameters to a function" pointer4_func.c
AddDescription "Pass a scalar pointer to a function.		" pointer_func.c
AddDescription "'popen' function example.			" popen.c
AddDescription "Dispaly the name of the executing program.	" prog_name.c
AddDescription "Sort numbers held in an array.			" qsort1.c
AddDescription "Sort some more numbers.				" qsort2.c
AddDescription "Show the 'srand' and 'rand' functions		" rand.c
AddDescription "Print the contents of a file.			" read_file.c
AddDescription "'getchar' function demo.			" readch.c
AddDescription "Reverse the characters in a string.		" reverse.c
AddDescription "setuid/getuid example.				" setuid.c
AddDescription "Pass an array to a function			" single_array.c
AddDescription "Return the size of different datatypes.		" sizeof.c
AddDescription "Return the size of different data objects.	" sizeof1.c
AddDescription "sprintf function example.			" sprintf.c
AddDescription "static keyword.          			" static.c
AddDescription "Copy strings.            			" strcpy.c
AddDescription "Find a sub string within a string.		" strstr.c
AddDescription "Extract 'words' from  a string.			" strtok.c
AddDescription "Change the base of a number.			" strtol.c
AddDescription "Your first use of the 'struct' keyword.		" struct1.c
AddDescription "Pass structure elements to a function.	 	" struct2.c
AddDescription "Pass a copy of a structure to a function.	" struct3.c
AddDescription "switch key word.         			" switch.c
AddDescription "system function - Execute OS commands		" system.c
AddDescription "Time and date related functions.		" time.c
AddDescription "uname function. Return info about the machine   " uname.c
AddDescription "getpwuid function example.			" user_name.c
AddDescription "Pass a variable number of parms to a function.	" var_func.c
AddDescription "Another example of ... 				" varlist.c
AddDescription "while keyword.           			" while.c


