Blame | Last modification | View Log | RSS feed
#define _RESEARCH_SOURCE
#include <libv.h>
max(int a, int b)
{
return (a>b? a: b);
}