何小龙的博客

Example Objects

Code

static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocator* requestAlloc)
{
    struct Admin* admin = Identity_check((struct Admin*) vAdmin);
    int64_t enabled = admin->asyncEnabled;
    Dict d = Dict_CONST(String_CONST("asyncEnabled"), Int_OBJ(enabled), NULL);
    Admin_sendMessage(&d, txid, admin);
}

Quote

They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.

Benjamin Franklin

Table

First Header Second Header Third Header Fourth Header
First Entry Second Entry Third Entry Fourth Entry
Fifth Entry Sixth Entry Seventh Entry Eight Entry
Ninth Entry Tenth Entry Eleventh Entry Twelfth Entry

Image

subtle swirly bokeh in the background


comments powered by Disqus