X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fdigits.c;h=281e7f0a4a7c743e111cc1f24ce4fc264105c02e;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=940e962bd943f55e2d9469339621af72bbeba0e3;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/digits.c index 940e962..281e7f0 100644 --- a/functions/_PDCLIB/digits.c +++ b/functions/_PDCLIB/digits.c @@ -1,15 +1,10 @@ -/* $Id$ */ - /* _PDCLIB_digits This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif char _PDCLIB_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";