forked from AbleOS/holey-bytes
Added notice
This commit is contained in:
parent
d20447dd15
commit
b3a6c42af3
|
@ -1,5 +1,8 @@
|
||||||
/* HoleyBytes Bytecode representation in C
|
/* HoleyBytes Bytecode representation in C
|
||||||
* Requires C23 compiler or better
|
* Requires C23 compiler or better
|
||||||
|
*
|
||||||
|
* Uses MSVC pack pragma extension,
|
||||||
|
* proved to work with Clang and GNU® GCC™.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Reference in a new issue