come up with some funny c library ideas. I'll start:
// Fill the framebuffer at 'data' with a random picture of hatsune miku in RGB888 pixel format
void get_hatsune_miku(char* data, int width, int height, int stride);
// Compiles and executes the provided C program with the given argument
// vector, returning the result of that program's `main` function.
int eval(char *program, char *argv[], int argc);syntax highlighting by codehost
EDIT 7 June 2024 @199 .beats: Added argc argument and adjusted comment text-wrapping.
/* Flips 1 bit in the input string, somewhere (not telling (secret)) */
void entropize(char *data, size_t size);
edited to actually be c
// Load a web_view installable client driver
void load_installable_web_view(const char *name);