FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
command_list_entry Struct Reference
Collaboration diagram for command_list_entry:
Collaboration graph

Public Attributes

struct command_list_entryprev
char * command
size_t length
struct command_list_entrynext

Detailed Description

Definition at line 35 of file sh_util.h.

Member Data Documentation

◆ command

char* command_list_entry::command

Definition at line 38 of file sh_util.h.

◆ length

size_t command_list_entry::length

Definition at line 39 of file sh_util.h.

◆ next

struct command_list_entry* command_list_entry::next

Definition at line 40 of file sh_util.h.

◆ prev

struct command_list_entry* command_list_entry::prev

Definition at line 37 of file sh_util.h.


The documentation for this struct was generated from the following file: