dzamie

rerrs and rawrs

  • he/him

getting a feel for this site. I like dragons and vore.
json icon


blackle
@blackle

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);

alterae
@alterae
// 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.


dzamie
@dzamie
// 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);

You must log in to comment.

in reply to @alterae's post: