21#include <proto/exec.h>
22#include <proto/utility.h>
static char * current_user_dir
nserror
Enumeration of error codes.
@ NSERROR_NOMEM
Memory exhaustion.
nserror ami_nsoption_read(void)
nserror ami_nsoption_set_location(const char *current_user_dir)
void ami_nsoption_free(void)
nserror ami_nsoption_write(void)
static char * current_user_options
char * ASPrintf(const char *fmt,...)
Minimal compatibility header for AmigaOS 3.
nserror nsoption_read(const char *path, struct nsoption_s *opts)
Read choices file and set them in the passed table.
nserror nsoption_write(const char *path, struct nsoption_s *opts, struct nsoption_s *defs)
Write options that have changed from the defaults to a file.
Option reading and saving interface.