Search

February 26, 2016
Learn »
...html
*/

import std.stdio;    // Ali
import core.sys.linux.termios;

// struct termios oldterm;
// struct termios...
February 26, 2016
Learn »
...Serial-Programming-HOWTO/x115.html
*/

import core.sys.linux.termios;

// struct termios oldterm;
// struct termios...
February 25, 2016
Learn »
...one of your source files:

import core.sys.windows.dll;
mixin SimpleDllMain;

This will generate...
February 23, 2016
Druntime »
...sys/bionic/fcntl.d
    A src/core/sys/bionic/unistd.d
    M src/core/sys...
February 23, 2016
Druntime »
...sys/posix/pthread.d
    M src/core/sys/posix/sched.d
    M src/core/sys...
February 16, 2016
Learn »
import core.sys.windows.windows;

void main(string[] args) {
	// I'm aware it would not...
February 15, 2016
Learn »
...core.sys.linux.time;
version(OSX)    import core.time;
version(Windows) import core.sys.windows...
February 14, 2016
Learn »
...Socket (not compiled nor tested):

import core.sys.posix.unistd;

    Socket(dup(myHandle))

I think...
February 09, 2016
Learn »
...core.stdc.stdio;
import core.sys.posix.fcntl;
import core.sys.posix.termios;
import std...
February 08, 2016
Genel »
"/sys/class/gpio/gpio" olması gereken yeri "/sys/class/gpio" yazmışım. Az önce güncelledim. Çok...
124 125 126 127 128 129 130 131 132 133 134
Next ›   Last »