Entry 3011

Test of Colorations

   

Submitted by anonymous on Jan. 14, 2010 at 10:24 p.m.
Language: C. Code size: 109 bytes.

unsigned int myfunc(int*ptr);

int main (void)
{
   int truc = 5 + 3;
   myfunc(&truc);
   return 0;
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).