Home
last modified time | relevance | path

Searched refs:outputbuf (Results 1 – 1 of 1) sorted by relevance

/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c301 char outputbuf[33]; in field_get() local
306 bin2str(outputbuf, hash, sizeof(hash)); in field_get()
307 mg_printf(conn, "value md5 hash = %s\n", outputbuf); in field_get()