Added notice

pull/2/head
ondra05 2023-07-25 14:41:54 +02:00
parent 5bf55dd463
commit e795b4785c
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
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