I hereby claim:
- I am spedru on github.
- I am yuuko (https://keybase.io/yuuko) on keybase.
- I have a public key whose fingerprint is 590B DD1C 7092 7A8D 184E DD66 0145 9C0B 579E 5AEA
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <unistd.h> | |
| extern long int random(void); | |
| extern void srandom(unsigned int seed); | |
| extern int isatty(int); | |
| extern int fileno(FILE *stream); | |
| extern long int strtol(const char *nptr, char **endptr, int base); | |
| int main(int argc, char *argv[]) |
| #include <stdio.h> | |
| #include <string.h> | |
| int main(void) | |
| { | |
| char strings[2][255], halves[2][127]; | |
| size_t len[2]; | |
| for(int i = 0; i < 2; i++) | |
| { | |
| printf("Enter string %d: ", i + 1); |
| /* | |
| * binary.c | |
| * by yuuko | |
| * | |
| * This file is intended to never exceed 200 LOC. | |
| * | |
| * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| * Version 2, December 2004 | |
| * | |
| * Copyright (C) 2004 Sam Hocevar <[email protected]> |
| /* cum pile with -std=c99 or -std=c11 */ | |
| #define _POSIX_C_SOURCE 200809L | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <time.h> | |
| static const struct timespec sleepytime = {0, 70000000}; |
| ### Keybase proof | |
| I hereby claim: | |
| * I am yuukosama on github. | |
| * I am yuuko (https://keybase.io/yuuko) on keybase. | |
| * I have a public key whose fingerprint is 590B DD1C 7092 7A8D 184E DD66 0145 9C0B 579E 5AEA | |
| To claim this, I am signing this object: |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "strings" | |
| "time" | |
| "unicode/utf8" | |
| ) |
| #include <stdarg.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int vasprintf(char **strp, const char *fmt, va_list ap) | |
| { | |
| char buf; | |
| va_list ap2; | |
| va_copy(ap2, ap); | |
| int len = vsnprintf(&buf, 1, fmt, ap) + 1; |
I hereby claim:
To claim this, I am signing this object: