mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
12 lines
445 B
Zig
12 lines
445 B
Zig
//! This module provides functions for retrieving the current date and
|
|
//! time with varying degrees of precision and accuracy. It does not
|
|
//! depend on libc, but will use functions from it if available.
|
|
|
|
const S = struct {
|
|
//! Top level comments are allowed inside containers other than source
|
|
//! files, but it is not very useful. Currently, when producing the package
|
|
//! documentation, these comments are ignored.
|
|
};
|
|
|
|
// syntax
|