amath
1.8.5
Simple command line calculator
|
#include "amath.h"
#include "amathc.h"
#include "lib/charbuf.h"
#include "preferences.h"
#include "preferences_stdc.h"
#include <stdio.h>
#include <stdlib.h>
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" |
|
static |
Definition at line 42 of file preferences_stdc.cpp.
Referenced by StandardPreferences::Save().
|
static |
Definition at line 41 of file preferences_stdc.cpp.
Referenced by StandardPreferences::Keep().