Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Input (0.17 sec)

  1. src/cmd/cgo/internal/swig/testdata/stdio/main.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);
    %}
    
    FILE *fopen(const char *name, const char *mode);
    int fclose(FILE *);
    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.txt

    pkg syscall (windows-386), const STARTF_USESHOWWINDOW ideal-int
    pkg syscall (windows-386), const STARTF_USESTDHANDLES ideal-int
    pkg syscall (windows-386), const STD_ERROR_HANDLE ideal-int
    pkg syscall (windows-386), const STD_INPUT_HANDLE ideal-int
    pkg syscall (windows-386), const STD_OUTPUT_HANDLE ideal-int
    pkg syscall (windows-386), const SUBLANG_ENGLISH_US ideal-int
    pkg syscall (windows-386), const SW_FORCEMINIMIZE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1
    pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256
    pkg syscall (windows-386), const STD_ERROR_HANDLE = -12
    pkg syscall (windows-386), const STD_INPUT_HANDLE = -10
    pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11
    pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1
    pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top