lindows/lcrash/cmdline.h

16 lines
259 B
C

#pragma once
#include <lcrash/types.h>
/**
* Parse the kernel command line
*/
void CmdlineParse(const c8* CommandLine);
/**
* Get a value from the kernel command line
*
* \warn DO NOT FREE THE VALUE RETURNED
*/
const c8* CmdlineGet(const c8* Param);