Author: Unknown
Subject: Defining struct in header file
Date: Thursday, 16 Apr 2020, 22:08:04
Can we define our structs in our header file for the hash table instead of just declaring them? I want to be able to access the fields of my struct in Nine20, but if I define them in the implementation Hash.c then I won't be able to do so, correct?PREV INDEX NEXT