12 lines
218 B
C
12 lines
218 B
C
/* 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 */
|