Added notice

This commit is contained in:
Erin 2023-07-25 14:41:54 +02:00
parent d20447dd15
commit b3a6c42af3

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