mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
Run tools/format.sh
This commit is contained in:
parent
fe404dfce9
commit
d9cb093989
7 changed files with 10 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
|||
// All rights reserved. MIT License.
|
||||
#ifndef DENO_H_
|
||||
#define DENO_H_
|
||||
#include <stddef.h>
|
||||
// Neither Rust nor Go support calling directly into C++ functions, therefore
|
||||
// the public interface to libdeno is done in C.
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue