mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 15:17:12 +03:00
phobos 0.96
This commit is contained in:
parent
5a51fc091f
commit
2fd7d60c13
26 changed files with 1475 additions and 107 deletions
|
@ -1,9 +1,13 @@
|
|||
|
||||
/* Written by Walter Bright
|
||||
* www.digitalmars.com
|
||||
* Placed into public domain.
|
||||
*/
|
||||
|
||||
module std.c.linux.linux;
|
||||
|
||||
import std.c.linux.linuxextern;
|
||||
|
||||
alias int time_t;
|
||||
alias int off_t;
|
||||
|
||||
enum : int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue