Sha256: 37372692ddba209680b9920307580cb3bf9038f161edca7418c7f55362022b3e
Contents?: true
Size: 351 Bytes
Versions: 7
Compression:
Stored size: 351 Bytes
Contents
#include "common.h" #include <assert.h> #include <errno.h> #include <limits.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <fcntl.h> #include <time.h> #include <stdarg.h> #include <sys/types.h> #include <sys/stat.h> #include <io.h> #include <direct.h> #ifdef GIT_THREADS #include "win32/thread.h" #endif #include "git2.h"
Version data entries
7 entries across 7 versions & 1 rubygems