Skip to content

Commit

Permalink
C.fprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed May 21, 2022
1 parent 558c39d commit 4d2aaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testdata/helloc2go/hello.gop
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "C"

C.printf C"Hello, c2go!\n"
C.fprintf C.stderr, C"Hi, %7.1f\n", 3.14

0 comments on commit 4d2aaf2

Please sign in to comment.