Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Char (0.24 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.3.txt

    pkg archive/tar, const TypeGNUSparse = 83
    pkg archive/tar, const TypeGNUSparse ideal-char
    pkg archive/tar, type Header struct, Xattrs map[string]string
    pkg compress/gzip, method (*Reader) Reset(io.Reader) error
    pkg crypto/tls, const CurveP256 = 23
    pkg crypto/tls, const CurveP256 CurveID
    pkg crypto/tls, const CurveP384 = 24
    pkg crypto/tls, const CurveP384 CurveID
    pkg crypto/tls, const CurveP521 = 25
    pkg crypto/tls, const CurveP521 CurveID
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg archive/tar, const TypeChar ideal-char
    pkg archive/tar, const TypeCont ideal-char
    pkg archive/tar, const TypeDir ideal-char
    pkg archive/tar, const TypeFifo ideal-char
    pkg archive/tar, const TypeLink ideal-char
    pkg archive/tar, const TypeReg ideal-char
    pkg archive/tar, const TypeRegA ideal-char
    pkg archive/tar, const TypeSymlink ideal-char
    pkg archive/tar, const TypeXGlobalHeader ideal-char
    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 (2)
  4. api/go1.1.txt

    pkg archive/tar, const TypeDir = 53
    pkg archive/tar, const TypeFifo = 54
    pkg archive/tar, const TypeGNULongLink = 75
    pkg archive/tar, const TypeGNULongLink ideal-char
    pkg archive/tar, const TypeGNULongName = 76
    pkg archive/tar, const TypeGNULongName ideal-char
    pkg archive/tar, const TypeLink = 49
    pkg archive/tar, const TypeReg = 48
    pkg archive/tar, const TypeRegA = 0
    pkg archive/tar, const TypeSymlink = 50
    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