Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lcm.c File Reference
#include <linux/kernel.h>
#include <linux/gcd.h>
#include <linux/export.h>
#include <linux/lcm.h>

Go to the source code of this file.

Functions

unsigned long lcm (unsigned long a, unsigned long b)
 
 EXPORT_SYMBOL_GPL (lcm)
 

Function Documentation

EXPORT_SYMBOL_GPL ( lcm  )
unsigned long lcm ( unsigned long  a,
unsigned long  b 
)

Definition at line 7 of file lcm.c.