Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#define _RESEARCH_SOURCE
2
#include <libv.h>
3
 
4
max(int a, int b)
5
{
6
	return (a>b? a: b);
7
}