|
GitOS
|
#include "graphics/framebuffer.hpp"#include "file.h"#include "misc.h"#include "stdio.h"#include "string.h"Functions | |
| const char * | get_cwd () |
| void | process_command (char *str) |
| int | main (int argc, char **argv) |
| const char * get_cwd | ( | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
References debug_printf(), fopen(), fseek(), fwrite(), get_cwd(), getc(), memset(), printf(), process_command(), putc(), SEEK_SET, and FramebufferGraphics::the().
| void process_command | ( | char * | str | ) |
References FramebufferGraphics::clear_screen(), data, debug_printf(), FramebufferGraphics::draw_pixel(), execprocess(), fclose(), file_stat::filesize, fopen(), fread(), free(), fstat(), get_cwd(), malloc(), printf(), putc(), puts(), strcmp(), strcpy(), strlen(), strncmp(), and FramebufferGraphics::the().