summaryrefslogtreecommitdiff
path: root/csrc/data_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/data_struct.h')
-rw-r--r--csrc/data_struct.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/csrc/data_struct.h b/csrc/data_struct.h
deleted file mode 100644
index 9481834..0000000
--- a/csrc/data_struct.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) 2018 Iru Cai <mytbk920423@gmail.com>
- * SPDX-License-Identifier: GPL-3.0-or-later
- */
-
-struct st
-{
- int16_t f0;
- int16_t f2;
- int16_t f4;
- int16_t f6;
- int16_t * f8;
- int16_t data[0];
-};
-
-struct st * allocate_some_struct(int a1, int a2, int a3, int a4);