Added notice

This commit is contained in:
Erin 2023-07-25 14:41:54 +02:00 committed by ondra05
parent e1a423a355
commit c830688599

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