git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
55 lines
1.3 KiB
Go
55 lines
1.3 KiB
Go
/* ----------------------------------------------------------------------------
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
* Version 2.0.1
|
|
*
|
|
* This file is not intended to be easily readable and contains a number of
|
|
* coding conventions designed to improve portability and efficiency. Do not make
|
|
* changes to this file unless you know what you are doing--modify the SWIG
|
|
* interface file instead.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
package example
|
|
|
|
|
|
type _swig_fnptr *byte
|
|
type _swig_memberptr *byte
|
|
|
|
|
|
func _swig_allocatememory(int) *byte
|
|
func _swig_internal_allocate(len int) *byte {
|
|
return _swig_allocatememory(len)
|
|
}
|
|
|
|
func _swig_allocatestring(*byte, int) string
|
|
func _swig_internal_makegostring(p *byte, l int) string {
|
|
return _swig_allocatestring(p, l)
|
|
}
|
|
|
|
func _swig_internal_gopanic(p *byte, l int) {
|
|
panic(_swig_allocatestring(p, l))
|
|
}
|
|
|
|
func Gcd(int, int) int
|
|
func Gcdmain([]string) int
|
|
func Count(string, byte) int
|
|
func _swig_wrap_capitalize([]string)
|
|
|
|
func Capitalize(arg1 []string) {
|
|
_swig_wrap_capitalize(arg1)
|
|
}
|
|
|
|
func _swig_wrap_circle(float64, float64)
|
|
|
|
func Circle(arg1 float64, arg2 float64) {
|
|
_swig_wrap_circle(arg1, arg2)
|
|
}
|
|
|
|
|
|
type SwigcptrVoid uintptr
|
|
type Void interface {
|
|
Swigcptr() uintptr;
|
|
}
|
|
func (p SwigcptrVoid) Swigcptr() uintptr {
|
|
return uintptr(p)
|
|
}
|
|
|