Category : C Source Code
Archive   : FBMTIFF.ZIP
Filename : TIF_ERRO.C

 
Output of file : TIF_ERRO.C contained in archive : FBMTIFF.ZIP
#ifndef lint
static char sccsid[] = "@(#)tif_error.c 1.7 5/15/90";
#endif

/*
* Copyright (c) 1988, 1990 by Sam Leffler.
* All rights reserved.
*
* This file is provided for unrestricted use provided that this
* legend is included on all tape media and as a part of the
* software program in whole or part. Users may copy, modify or
* distribute this file at will.
*/

/*
* TIFF Library.
*/
#include
#include "tiffio.h"

void
#if USE_PROTOTYPES
TIFFError(char *module, char *fmt, ...)
#else
/*VARARGS2*/
TIFFError(module, fmt, va_alist)
char *module;
char *fmt;
va_dcl
#endif
{
va_list ap;

if (module != NULL)
fprintf(stderr, "%s: ", module);
VA_START(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
fprintf(stderr, ".\n");
}


  3 Responses to “Category : C Source Code
Archive   : FBMTIFF.ZIP
Filename : TIF_ERRO.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/