~rabbits/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] Add header guard to uxn.h

Bad Diode <bd@badd10de.dev>
Details
Message ID
<20220305215630.542964-1-bd@badd10de.dev>
DKIM signature
missing
Download raw message
Patch: +4 -0
---
 src/uxn.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/uxn.h b/src/uxn.h
index c6aa803..2e7bc82 100644
--- a/src/uxn.h
+++ b/src/uxn.h
@@ -1,3 +1,6 @@
#ifndef UXN_UXN_H
#define UXN_UXN_H

/*
Copyright (c) 2021 Devine Lu Linvega

@@ -46,3 +49,4 @@ int uxn_boot(Uxn *u, Uint8 *ram);
int uxn_eval(Uxn *u, Uint16 pc);
int uxn_halt(Uxn *u, Uint8 error, Uint16 addr);
Device *uxn_port(Uxn *u, Uint8 id, Uint8 (*deifn)(Device *, Uint8), void (*deofn)(Device *, Uint8));
#endif // UXN_UXN_H
-- 
2.34.1
Reply to thread Export thread (mbox)