Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for starei (0.15 sec)

  1. misc/cgo/gmp/gmp.go

    files.  The first two, 6g.go and 6c.c, are a Go source file for 6g and
    a C source file for 6c; both compile as part of the named package
    (gmp, in this example).  The third, gcc.c, is a C source file for gcc;
    it compiles into a shared object (.so) that is dynamically linked into
    any 6.out that imports the first two files.
    
    The stanza
    
    	// #include <gmp.h>
    	import "C"
    
    is a signal to cgo.  The doc comment on the import of "C" provides
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
  2. src/archive/tar/testdata/star.tar

    Russ Cox <******@****.***> 1410149331 -0400
    TAR Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Sep 08 04:08:51 GMT 2014
    - 3K bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Opackets uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Physical uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char1 uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Spare_char2 uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Type uint8
    pkg syscall (freebsd-386-cgo), type IfMsghdr struct
    pkg syscall (freebsd-386-cgo), type IfMsghdr struct, Addrs int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top