miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
stdio.h
Go to the documentation of this file.
1#pragma once
2#include <stdarg.h>
3#include <stddef.h>
4
5/* snprintf/vsnprintf declared in string.h for kernel use */
6#include <string.h>