Sha256: b3d3ef69b7719b8afba54ce8648c5b460acbe789b89d0ae24408270b341d67ea
Contents?: true
Size: 240 Bytes
Versions: 6
Compression:
Stored size: 240 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_REFLEX_H__ #define __REFLEX_REFLEX_H__ #include <stddef.h> namespace Reflex { bool init (); bool fin (); bool run (const char* name = NULL); bool quit (); }// Reflex #endif//EOH
Version data entries
6 entries across 6 versions & 1 rubygems