amath  1.8.5
Simple command line calculator
preferences_stdc.cpp File Reference
#include "amath.h"
#include "amathc.h"
#include "lib/charbuf.h"
#include "preferences.h"
#include "preferences_stdc.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for preferences_stdc.cpp:

Go to the source code of this file.

Variables

static const char * tempname = "/tmp/amath.prefs"
 
static const char * permname = "/usr/local/etc/amath.conf"
 

Variable Documentation

◆ permname

const char* permname = "/usr/local/etc/amath.conf"
static

Definition at line 42 of file preferences_stdc.cpp.

Referenced by StandardPreferences::Save().

◆ tempname

const char* tempname = "/tmp/amath.prefs"
static

Definition at line 41 of file preferences_stdc.cpp.

Referenced by StandardPreferences::Keep().