- Git clone the repo
- Gitignore
skia - Update file
// city.cc
// #include <byteswap.h>
#define bswap_32(x) __builtin_bswap32(x)
#define bswap_64(x) __builtin_bswap64(x)skia// city.cc
// #include <byteswap.h>
#define bswap_32(x) __builtin_bswap32(x)
#define bswap_64(x) __builtin_bswap64(x)| #define ayyo auto | |
| #define chief main | |
| #define passa -> | |
| #define no ! | |
| #define cap false | |
| #define rn ; | |
| #define heres ( | |
| #define fr ) | |
| #define g { |
| #include <stdint.h> | |
| #include <iostream> | |
| #include <fstream> | |
| #include <filesystem> | |
| // Dumps arguments given to a file in the working directory. If it doesn't have permissions it dumps to the temp folder | |
| // Made to monitor the startup of a process with a short lifespan | |
| // Note: Working Directory != Process Directory. You may need to search a bit | |
| int main(int argc, char** argv){ | |
| std::ofstream outfile; |