Added backend

This commit is contained in:
Patrick Alvin Alcala 2025-09-03 16:42:38 +08:00
parent 0be02352a0
commit 513f437ee6
3429 changed files with 39630 additions and 0 deletions

View file

@ -0,0 +1,4 @@
src/smoke.c: In function 'main':
src/smoke.c:4:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
4 | return (int) adler32;
| ^