Vhex-kernel/include/user/util.h

10 lines
156 B
C

#ifndef __USER_UTIL_H__
# define __USER_UTIL_H__
#include <stddef.h>
#include <stdint.h>
extern int check_builtin(char *cmd);
#endif /*__USER_UTIL_H__*/