FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
versions.h
Go to the documentation of this file.
1
11#include <basics.h>
12#include <graphics.h>
13
18extern cstring versions;
19
24extern cstring date;
25
26static void frost_compilation_information(){
27 print(yellow_color);
29 print(orange_color);
30 printf("Compiled Time (Started at): %s", date);
31 print(reset_color);
32}
This is a basic header files with FrostWing specific short forms and basically a good for life header...
Contains all the print functions.
void print(cstring s)
Plain print function, goes through the stream.
cstring versions
Contains GCC, CC, LD, MAKE, xorriso, tar versions.
cstring date
Contains the exact time when the compilation started.