/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* **Pathnamesubroutines. ** **BrendanEich,8/29/95
*/ #include <assert.h> #include <sys/types.h> #include <dirent.h> #include <errno.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/stat.h> #include"pathsub.h"
#ifdef USE_REENTRANT_LIBC # include <libc_r.h> #endif
#ifdef SUNOS4 # include "sunos4.h" #endif
char* program;
void fail(constchar* format, ...) { int error;
va_list ap;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.