mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
194 B
Plaintext
24 lines
194 B
Plaintext
Description:
|
|
Greatest common divisor.
|
|
|
|
Files:
|
|
lib/gcd.h
|
|
lib/gcd.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gcd.h gcd.c
|
|
|
|
Include:
|
|
"gcd.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|