6 lines
89 B
C
6 lines
89 B
C
#pragma once
|
|
|
|
#define SHORTCUT_N 41
|
|
|
|
int shortcut_expand(const char* uri, char* output);
|