#pragma once #define SHORTCUT_N 20 int shortcut_expand(const char* uri, char* output); void str_init(char* str, int n);