Subversion Repositories planix.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#define _RESEARCH_SOURCE
#include <libv.h>

min(int a, int b)
{
        return (a<b? a: b);
}