mirror of
https://git.wuffs.org/MWCC
synced 2025-07-27 00:25:34 +00:00
9 lines
152 B
C
9 lines
152 B
C
#ifndef COMPILER_VECTORARRAYSTOREGS_H
|
|
#define COMPILER_VECTORARRAYSTOREGS_H
|
|
|
|
#include "compiler/common.h"
|
|
|
|
extern int vectorarraystoregs(void);
|
|
|
|
#endif
|