project_files/hwc/rtl/sysutils.c
branchwebgl
changeset 8047 25a4daa6473c
parent 7983 02f36c3e7f6c
child 10015 4feced261c68
equal deleted inserted replaced
8044:796f2653f21d 8047:25a4daa6473c
     1 #include "sysutils.h"
     1 #include "SysUtils.h"
     2 #include "system.h"
     2 
     3 #include "misc.h"
       
     4 #include <time.h>
     3 #include <time.h>
     5 #include <stdio.h>
     4 #include <stdio.h>
     6 #include <stdlib.h>
     5 #include <stdlib.h>
     7 #include <string.h>
     6 #include <string.h>
       
     7 
       
     8 #include "system.h"
       
     9 #include "misc.h"
     8 
    10 
     9 TDateTime fpcrtl_date()
    11 TDateTime fpcrtl_date()
    10 {
    12 {
    11     const int num_days_between_1900_1980 = 29220;
    13     const int num_days_between_1900_1980 = 29220;
    12 
    14