Change: programs->utils

This commit is contained in:
xamidev
2024-09-14 20:31:35 +02:00
parent d89a1c4071
commit 87bb1d96fd
21 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
#include "multiboot2.h"
#include "kheap.h"
#include "initrd.h"
#include "../programs/programs.h"
#include "../utils/utils.h"
#include "../libc/crypto.h"
void kmain(multiboot2_info *mb_info)

View File

@@ -6,7 +6,7 @@
#include "system.h"
#include "../libc/stdio.h"
#include "../libc/string.h"
#include "../programs/programs.h"
#include "../utils/utils.h"
#include "../libc/crypto.h"
#include <stdint.h>
#include "../drivers/rtc.h"

View File

@@ -3,8 +3,8 @@
// Licensed under the Unlicense. See the repo below.
// https://github.com/xamidev/blankos
#ifndef PROGRAMS_H
#define PROGRAMS_H
#ifndef UTILS_H
#define UTILS_H
void program_words();
void program_primes();