feat: reformatted code base to be more standard

This commit is contained in:
2021-03-10 22:01:13 +01:00
parent dc4bf71b5a
commit 586b8191b4
81 changed files with 431 additions and 338 deletions

View File

@@ -2,13 +2,13 @@
// Created by rick on 28-01-21.
//
#include <util/stream.h>
#include <libc/string.h>
#include <string.h>
#include <stdbool.h>
#include <attributes.h>
#include <tasks/task.h>
#include <libc/libc.h>
#include <libk/kprint.h>
#include <myke/util/stream.h>
#include <myke/attributes.h>
#include <myke/tasks/task.h>
#include <myke/libk/kprint.h>
#define MAX_HANDLERS 8
#define STREAM_SIZE (32*1024)