libsmf
smfsh.c File Reference

"SMF shell", command line utility. More...

Go to the source code of this file.

Data Structures

struct  command_struct
 

Functions

int main (int argc, char *argv[])
 

Variables

smf_track_tselected_track = NULL
 
smf_event_tselected_event = NULL
 
smf_tsmf = NULL
 
char * last_file_name = NULL
 

Detailed Description

"SMF shell", command line utility.

Definition in file smfsh.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 997 of file smfsh.c.

Variable Documentation

◆ last_file_name

char* last_file_name = NULL

Definition at line 57 of file smfsh.c.

◆ selected_event

smf_event_t* selected_event = NULL

Definition at line 55 of file smfsh.c.

◆ selected_track

smf_track_t* selected_track = NULL

Definition at line 54 of file smfsh.c.

◆ smf