j
k
j a
j l
How can I map a C variable in a C module between two objects? I.e.
object1 (C): storage->somevar;
object2 (C or Pike) anothervar -> object1.storage->somevar;
map_variable doesn't seem to be the right solution, or is it?
Back to the thread
Back to the list