lkml.org 
[lkml]   [1999]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [bigmem-patch] 4GB with Linux on IA32
    On Mon, 16 Aug 1999, Kanoj Sarcar wrote:

    > ^^^ What is 2038?

    #include <time.h>

    main()
    {
    time_t t = ~0UL >> 1;
    printf("%x, %s", t, ctime(&t));
    t++;
    printf("%x, %s", t, ctime(&t));
    }

    Andrea


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:53    [W:2.194 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site