Sha256: 850a86a08e2601428dc9546722a0cc23a8fab7953a48f18c3e384b8053c40bd8

Contents?: true

Size: 269 Bytes

Versions: 14

Compression:

Stored size: 269 Bytes

Contents

#ifndef AUTOOPEN_H_
#define AUTOOPEN_H_

#include "globals.h"
#include "utility.h"

typedef struct {
	int pid;
	FILE* file;
	char const* decompressor;
	int first_char;
} AutoFile;

AutoFile* openFileAuto(char*filename);

void closeFileAuto(AutoFile* autoFile);

#endif

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
finishm-0.0.9 ext/src/src/autoOpen.h
bio-velvet_underground-0.3.1 ext/src/src/autoOpen.h
finishm-0.0.8 ext/src/src/autoOpen.h
finishm-0.0.7 ext/src/src/autoOpen.h
finishm-0.0.6 ext/src/src/autoOpen.h
finishm-0.0.5 ext/src/src/autoOpen.h
finishm-0.0.4 ext/src/src/autoOpen.h
finishm-0.0.2 ext/src/src/autoOpen.h
finishm-0.0.1 ext/src/src/autoOpen.h
bio-velvet_underground-0.3.0 ext/src/src/autoOpen.h
bio-velvet_underground-0.2.1 ext/src/src/autoOpen.h
bio-velvet_underground-0.2.0 ext/src/src/autoOpen.h
bio-velvet_underground-0.1.0 ext/src/src/autoOpen.h
bio-velvet_underground-0.0.1 ext/src/src/autoOpen.h