LMMS
Loading...
Searching...
No Matches
appDetails.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "appDetails.h"

Macros

#define CMD_BUF_LEN   1024

Functions

void sfx_app_set_args (int argc, char **argv)
int sfx_app_autorun_now ()
char * sfx_get_tmp_path (int withAppName)

Variables

static int sfx_app_argc = 0
static char ** sfx_app_argv = NULL
static char sfx_tmp_path [512] = { 0 }

Macro Definition Documentation

◆ CMD_BUF_LEN

#define CMD_BUF_LEN   1024

Function Documentation

◆ sfx_app_autorun_now()

int sfx_app_autorun_now ( )

◆ sfx_app_set_args()

void sfx_app_set_args ( int argc,
char ** argv )

◆ sfx_get_tmp_path()

char * sfx_get_tmp_path ( int withAppName)

Variable Documentation

◆ sfx_app_argc

int sfx_app_argc = 0
static

◆ sfx_app_argv

char** sfx_app_argv = NULL
static

◆ sfx_tmp_path

char sfx_tmp_path[512] = { 0 }
static