void perror( const char *string )


	- prototype in stdio.h

	- prints error message to stderr, describing most recent call
	  found in system call from current program