commit | c05f124b4e0bd33b5be7c27be05f1b7dfc8a845f | [log] [tgz] |
---|---|---|
author | emersion <contact@emersion.fr> | Sat Jul 07 22:38:42 2018 +0100 |
committer | emersion <contact@emersion.fr> | Sat Jul 07 22:38:42 2018 +0100 |
tree | efc57c2b900932992a8624fa267561efff1bbe0e | |
parent | 10c90e35ba781de2a198acd919e17e1f1beda06b [diff] [blame] |
Fix syntax highligting
diff --git a/cgo.md b/cgo.md index e27f3ba..624576f 100644 --- a/cgo.md +++ b/cgo.md
@@ -217,7 +217,8 @@ ``` **clibrary.h** -``` + +```c #ifndef CLIBRARY_H #define CLIBRARY_H typedef int (*callback_fcn)(int); @@ -227,7 +228,7 @@ **clibrary.c** -```go +```c #include <stdio.h> #include "clibrary.h"