SimpleKernel  0.0.1
arch.h
Go to the documentation of this file.
1 
17 #ifndef CMAKE_ARCH_H
18 #define CMAKE_ARCH_H
19 
20 #include "cstdint"
21 
22 int32_t arch(uint32_t _argc, uint8_t **_argv);
23 
24 #endif /* CMAKE_ARCH_H */
int32_t arch(uint32_t _argc, uint8_t **_argv)
Definition: arch.cpp:19