mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 03:13:15 +01:00
Created a config directory for configuration files. Moved all absolute path variables to a projpaths.py file All scripts can now universally learn absolute paths via projpaths.py Moved the config_symbols class to the configuration.py file. Moved libs to loader since they are only referred by the loader
11 lines
222 B
C
11 lines
222 B
C
/*
|
|
* A temporary mock-up perror implementation just
|
|
* for quick testing purposes. When a proper C library is
|
|
* ported, its implementation should be used.
|
|
*
|
|
* Copyright (C) 2008 Bahadir Balban
|
|
*/
|
|
#include <stdio.h>
|
|
|
|
|