7 lines
89 B
C
7 lines
89 B
C
#ifndef STORAGE_H_
|
|
#define STORAGE_H_
|
|
|
|
void storage_init(void);
|
|
|
|
#endif /* STORAGE_H_ */
|