Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mruby_mbed_web mirb_mbed
src/enum.c
- Committer:
- mzta
- Date:
- 2015-04-13
- Revision:
- 1:8ccd1d494a4b
- Parent:
- 0:158c61bb030f
File content as of revision 1:8ccd1d494a4b:
/*
** enum.c - Enumerable module
**
** See Copyright Notice in mruby.h
*/
#include "mruby.h"
void
mrb_init_enumerable(mrb_state *mrb)
{
mrb_define_module(mrb, "Enumerable"); /* 15.3.2 */
}