Embedded Xinu Network Playground COSC3300Fall2012
centry Struct Reference

Defines what an entry in the shell command table looks like. More...

Data Fields

char * name
bool builtin
command(* procedure )(int, char *[])

Detailed Description

Defines what an entry in the shell command table looks like.