Skip to content

Instantly share code, notes, and snippets.

View dalonng's full-sized avatar
💭
I may be slow to respond.

dalonng dalonng

💭
I may be slow to respond.
View GitHub Profile
@dalonng
dalonng / DefaultKeyBinding.dict
Last active December 19, 2021 08:32
Synced via Snip
// LibraryA
void useB(B * structB) {
int x = structB->b
}
// version: 0.1
// Library B
struct B {
int a;
int b;
@dalonng
dalonng / hack.sh
Last active December 19, 2021 08:32 — forked from mbinna/hack.sh
Synced via Snip
// LibraryA
void useB(B * structB) {
int x = structB->b
}
// version: 0.1
// Library B
struct B {
int a;
int b;