File:  [Research Unix] / researchv10no / cmd / basic / bite / src / f.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

/* Copyright Bell Telephone Laboratories Whippany, N.J.

 *	******************************************
 *	******************************************
 *	*** SIMILAR TO UNIX EDITOR 'f' COMMAND ***
 *	****** R. B. Drake WH 8C-005 X4163 *******
 *	******** Fri Aug 24 17:23:16 1979 ********
 *	******************************************
 *	******************************************

*/
/*   "@(#) f.c:  V 1.1  12/21/80" */

/* print the current default filename */
extern char filnam[];
f()
{
	if(filnam[0] == '\0')
		printf("No current filename exists\n");
	else
	printf("Current filename is %s\n",filnam);
	return(0);
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.