Skip to content

Instantly share code, notes, and snippets.

@piotrzarycki
piotrzarycki / main.c
Created October 12, 2025 13:56
typeof null // object netscape issue
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef long prword;
typedef prword jsval;
typedef unsigned long pruword;
typedef unsigned short uint16;
typedef uint16 jschar;