From 9489b93733c00be5a94e2ee5b349457c78184a1a Mon Sep 17 00:00:00 2001 From: solar <> Date: Wed, 3 May 2006 12:38:32 +0000 Subject: [PATCH] Moving files to new dir structure. --- platform/example/{ => functions}/_PDCLIB/allocpages.c | 0 platform/example/{_PDCLIB => functions/stdlib}/getenv.c | 0 platform/example/{_PDCLIB => functions/stdlib}/system.c | 0 {internals => platform/example/internals}/_PDCLIB_config.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename platform/example/{ => functions}/_PDCLIB/allocpages.c (100%) rename platform/example/{_PDCLIB => functions/stdlib}/getenv.c (100%) rename platform/example/{_PDCLIB => functions/stdlib}/system.c (100%) rename {internals => platform/example/internals}/_PDCLIB_config.h (100%) diff --git a/platform/example/_PDCLIB/allocpages.c b/platform/example/functions/_PDCLIB/allocpages.c similarity index 100% rename from platform/example/_PDCLIB/allocpages.c rename to platform/example/functions/_PDCLIB/allocpages.c diff --git a/platform/example/_PDCLIB/getenv.c b/platform/example/functions/stdlib/getenv.c similarity index 100% rename from platform/example/_PDCLIB/getenv.c rename to platform/example/functions/stdlib/getenv.c diff --git a/platform/example/_PDCLIB/system.c b/platform/example/functions/stdlib/system.c similarity index 100% rename from platform/example/_PDCLIB/system.c rename to platform/example/functions/stdlib/system.c diff --git a/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h similarity index 100% rename from internals/_PDCLIB_config.h rename to platform/example/internals/_PDCLIB_config.h -- 2.40.0