Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getType (0.22 sec)

  1. src/cmd/cgo/internal/swig/testdata/stdio/main.swig

       license that can be found in the LICENSE file.  */
    
    /* A trivial example of wrapping a C library using SWIG.  */
    
    %{
    #include <stdio.h>
    #include <stdlib.h>
    %}
    
    %typemap(gotype) const char * "string"
    %typemap(in) const char * %{
    	$1 = malloc($input.n + 1);
    	memcpy($1, $input.p, $input.n);
    	$1[$input.n] = '\0';
    %}
    %typemap(freearg) const char * %{
    	free($1);
    %}
    
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 563 bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (linux-386), const F_GETLK = 12
    pkg syscall (linux-386), const F_GETLK64 = 12
    pkg syscall (linux-386), const F_GETOWN = 9
    pkg syscall (linux-386), const F_GETOWN_EX = 16
    pkg syscall (linux-386), const F_GETPIPE_SZ = 1032
    pkg syscall (linux-386), const F_GETSIG = 11
    pkg syscall (linux-386), const F_LOCK = 1
    pkg syscall (linux-386), const F_NOTIFY = 1026
    pkg syscall (linux-386), const F_OK = 0
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (linux-386), const F_GETLK64 ideal-int
    pkg syscall (linux-386), const F_GETOWN ideal-int
    pkg syscall (linux-386), const F_GETOWN_EX ideal-int
    pkg syscall (linux-386), const F_GETPIPE_SZ ideal-int
    pkg syscall (linux-386), const F_GETSIG ideal-int
    pkg syscall (linux-386), const F_LOCK ideal-int
    pkg syscall (linux-386), const F_NOTIFY ideal-int
    pkg syscall (linux-386), const F_OK ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const F_GETLK64 ideal-int
    pkg syscall (linux-arm-cgo), const F_GETOWN ideal-int
    pkg syscall (linux-arm-cgo), const F_GETOWN_EX ideal-int
    pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ ideal-int
    pkg syscall (linux-arm-cgo), const F_GETSIG ideal-int
    pkg syscall (linux-arm-cgo), const F_LOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_NOTIFY ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top