mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
Update ch2-01-hello-cgo.md
This commit is contained in:
parent
45c67c24b0
commit
784396d20f
@ -103,8 +103,8 @@ void SayHello(const char* s);
|
|||||||
```c
|
```c
|
||||||
// hello.c
|
// hello.c
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "hello.h"
|
#include "hello.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
void SayHello(const char* s) {
|
void SayHello(const char* s) {
|
||||||
puts(s);
|
puts(s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user