Added notice

soft-float
Erin 2023-07-25 14:41:54 +02:00
parent d20447dd15
commit b3a6c42af3
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/* HoleyBytes Bytecode representation in C
* Requires C23 compiler or better
*
* Uses MSVC pack pragma extension,
* proved to work with Clang and GNU® GCC.
*/
#pragma once