bigloo.foreign.bgl_setenv C# (CSharp) Method

bgl_setenv() public static method

public static bgl_setenv ( byte name, byte val ) : int
name byte
val byte
return int
        public static int bgl_setenv( byte[]  name,
				    byte[]  val )
        {
            // meaningless with .NET
            return 0;
        }
foreign