void persistent_grp(int grpId, const char *path, const char *tmp, const char *memo);
void persistent_def(void *p, int size, int grpId, const char *id);
void persistent_default()
{
persistent_grp(0, "p-vars.pbd", "p-vars.pb_", "(local)");
persistent_def(&abc, sizeof(abc), 0, "abc");
persistent_def(&def, sizeof(def), 0, "def");
persistent_def(&ghi, sizeof(ghi), 0, "ghi");
return;
}| コメント | お名前 | NameLink | |