unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 17f7b01cb402495e282d8104e9bb97284091ceab 221 bytes (raw)
$ git show v0.9.2:ext/unicorn_http/ext_help.h	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#ifndef ext_help_h
#define ext_help_h

#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))

#ifdef DEBUG
#define TRACE()  fprintf(stderr, "> %s:%d:%s\n", __FILE__, __LINE__, __FUNCTION__)
#else
#define TRACE() 
#endif

#endif

git clone https://yhbt.net/unicorn.git