 7c4cd0e6b0
			
		
	
	
		7c4cd0e6b0
		
	
	
	
	
		
			
			- split sprintf() and snprintf() to solve a linking problem when compiling an application
		
			
				
	
	
		
			57 lines
		
	
	
		
			674 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			674 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # stdio sources
 | |
| .PATH: ${.CURDIR}/stdio
 | |
| 
 | |
| SRCS+=  \
 | |
| 	clearerr.c \
 | |
| 	data.c \
 | |
| 	doprnt.c \
 | |
| 	doscan.c \
 | |
| 	ecvt.c \
 | |
| 	fclose.c \
 | |
| 	feof.c \
 | |
| 	ferror.c \
 | |
| 	fflush.c \
 | |
| 	fgetc.c \
 | |
| 	fgetpos.c \
 | |
| 	fgets.c \
 | |
| 	fileno.c \
 | |
| 	fillbuf.c \
 | |
| 	flushbuf.c \
 | |
| 	fopen.c \
 | |
| 	fprintf.c \
 | |
| 	fputc.c \
 | |
| 	fputs.c \
 | |
| 	fread.c \
 | |
| 	freopen.c \
 | |
| 	fscanf.c \
 | |
| 	fseek.c \
 | |
| 	fsetpos.c \
 | |
| 	ftell.c \
 | |
| 	fwrite.c \
 | |
| 	getc.c \
 | |
| 	getchar.c \
 | |
| 	gets.c \
 | |
| 	icompute.c \
 | |
| 	mktemp.c \
 | |
| 	perror.c \
 | |
| 	printf.c \
 | |
| 	putc.c \
 | |
| 	putchar.c \
 | |
| 	puts.c \
 | |
| 	remove.c \
 | |
| 	rewind.c \
 | |
| 	scanf.c \
 | |
| 	setbuf.c \
 | |
| 	setvbuf.c \
 | |
| 	sprintf.c \
 | |
| 	snprintf.c \
 | |
| 	sscanf.c \
 | |
| 	tmpfile.c \
 | |
| 	tmpnam.c \
 | |
| 	ungetc.c \
 | |
| 	vfprintf.c \
 | |
| 	vprintf.c \
 | |
| 	vscanf.c \
 | |
| 	vsprintf.c \
 | |
| 	vsscanf.c
 |