27#ifndef LIBRISHKA_ARGS_H
28#define LIBRISHKA_ARGS_H
Class for handling command line arguments in Rishka applications.
Definition: args.h:40
static u8 count()
Get the number of command line arguments.
Definition: librishka_args.cpp:21
static string value(u8 index)
Get the value of a command line argument at a specific index.
Definition: librishka_args.cpp:25
Header file for common data types used in Rishka applications.
unsigned char u8
Alias for the unsigned 8-bit integer type.
Definition: types.h:70