Homogenize line endings and encoding

This commit is contained in:
2015-10-07 23:43:53 +02:00
parent 11b9447963
commit 630119c96c
11 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
unsigned long _crcTable[256];
int _crcTableInitialized = 0;

View File

@@ -1,4 +1,4 @@
#ifndef _CRC_
#ifndef _CRC_
#define _CRC_
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#ifndef _FILENODE_H_
#ifndef _FILENODE_H_
#define _FILENODE_H_
#define FileNode_Filename "nodesFile.fs"

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#ifndef _FILENODECMP_H_
#ifndef _FILENODECMP_H_
#define _FILENODECMP_H_
#include "filenode.h"

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@@ -1,4 +1,4 @@
#ifndef _FILEUTIL_
#ifndef _FILEUTIL_
#define _FILEUTIL_
////////////////////////////////////////////////

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#ifndef _UTIL_
#ifndef _UTIL_
#define _UTIL_
#include <stdlib.h>