ni_nitdoc: fixed <li> tags style in formatted comments
[nit.git] / tests / base_ni.nit.c
1 /*
2 Extern implementation of Nit module base_ni
3 File initially created by nits to customize type of extern classes
4 */
5
6 #include "base_ni.nit.h"
7
8 /*
9 C implementation of base_ni::Object::inita
10 */
11 void* Object_inita___impl( Object recv )
12 {
13 return NULL;
14 }