1
0
Fork 0
forked from fun/fun

Added some missing license headers and some cosmetic changes.

This commit is contained in:
Johannes Findeisen 2025-09-27 10:12:44 +02:00
commit ff155b6a31
9 changed files with 56 additions and 4 deletions

View file

@ -7,10 +7,8 @@
* https://opensource.org/license/isc-license-txt
*/
#include "bytecode.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Bytecode *bytecode_new(void) {