(Logical change 1.376)
edge.strict_endians
cantab.net!aia21 2004-04-16 21:00:27 +00:00
parent 21712a814f
commit 12639f64b7
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ int Eprintf(const char *fmt, ...)
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
return 0;
}
/* Generate code for Vprintf() function: Verbose output (-v). */