We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796bd20 commit 76e31c4Copy full SHA for 76e31c4
1 file changed
src/mctp-bench.c
@@ -1,4 +1,12 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
2
+/*
3
+ * mctp-bench: small MCTP benchmarking utility
4
+ *
5
+ * Copyright (c) 2024-2025 Code Construct
6
+ */
7
+
8
#define _XOPEN_SOURCE 700
9
10
#include <time.h>
11
#include <err.h>
12
#include <errno.h>
0 commit comments