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.
// returns all instances in the input string of adjacent words where both words
// begin with a human nucleotide base pair character
void get_chumhandles(char *input, char *out_buf, int buf_len);