Implement Mac OS (aka System) fstester.setter.

This commit is contained in:
2018-02-18 06:48:49 +00:00
parent 5465fedcf4
commit 01bcb47c64
38 changed files with 14 additions and 2 deletions

View File

@@ -34,10 +34,19 @@ Copyright (C) 2011-2018 Natalia Portillo
#include "main.h"
#include "defs.h"
#if defined(macintosh)
#include <console.h>
#include <SIOUX.h>
#endif
int main(int argc, char **argv)
{
size_t clusterSize = 0;
#if defined(macintosh)
argc = ccommand(&argv);
#endif
printf("The Disc Image Chef Filesystem Tester (Setter) %s\n", DIC_FSTESTER_VERSION);
printf("%s\n", DIC_COPYRIGHT);