Create real cpu_crc32.c and rp_cpu.c

This commit is contained in:
jsteube
2016-09-06 15:28:56 +02:00
parent 0a5759ef1c
commit 1902e6c2eb
23 changed files with 3391 additions and 2963 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#pragma once
void usage_mini_print (const char *progname);
void usage_big_print (const char *progname);