Skip to content

Unexpected go output #499

@MeteorsLiu

Description

@MeteorsLiu
package freertos

import (
	"github.com/goplus/lib/c"
	_ "unsafe"
)

type Struct (unnamed at /Users/haolan/esp/esp-idf/components/espRom/esp32s3/include/esp32s3/rom/md5Hash.h:28:8) struct {
	Buf  [4]c.Uint32T
	Bits [2]c.Uint32T
	In   [64]c.Uint8T
}
// llgo:link (*MD5Context).MD5Init C.MD5Init
func (recv_ *MD5Context) MD5Init() {
}
// llgo:link (*MD5Context).MD5Update C.MD5Update
func (recv_ *MD5Context) MD5Update(buf *c.Char, len c.Uint) {
}
//go:linkname MD5Final C.MD5Final
func MD5Final(digest *c.Char, context *MD5Context)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions