Sha256: a83d93b4b075871e8f6656dc5de54d59896d7724e9a757edc7294f24354c8ab0
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
#include "jstypes.h" void GreenFunc(); JS_REQUIRES_STACK void RedFunc(); typedef void (*GreenFuncPtr)(); struct S { int i; GreenFuncPtr p; }; S sa[] = { { 2, GreenFunc }, { 1, RedFunc }, };
Version data entries
5 entries across 5 versions & 3 rubygems