kmp/include/template.h

12 lines
218 B
C
Raw Permalink Normal View History

2026-07-04 16:41:08 +03:00
/* SPDX-License-Identifier: BSD-2-Clause */
/* Copyright 1996-20xx The NASM Authors - All Rights Reserved */
#ifndef FILENAME_H
#define FILENAME_H
#include "compiler.h"
/* Code goes here */
#endif /* FILENAME_H */