github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/code_quality/stdio.go.expected (about)

     1  //
     2  //	Package - transpiled by c4go
     3  //
     4  //	If you have found any issues, please raise an issue at:
     5  //	https://github.com/Konstantin8105/c4go/
     6  //
     7  
     8  package code_quality
     9  
    10  import "github.com/Konstantin8105/c4go/noarch"
    11  import "fmt"
    12  
    13  // print_ - transpiled function from  C4GO/tests/code_quality/stdio.c:3
    14  func print_() {
    15  	fmt.Printf("Hello")
    16  	noarch.Printf([]byte("Hello, %d\x00"), 42)
    17  }