package embox.compat.libc

static module all {
	@NoRuntime depends embox.compat.libc.assert
	@NoRuntime depends embox.compat.libc.int_types
	@NoRuntime depends embox.compat.libc.math
	@NoRuntime depends embox.compat.libc.type
	@NoRuntime depends embox.compat.libc.stdlib.all
	@NoRuntime depends embox.compat.libc.stdio.all
	@NoRuntime depends embox.compat.libc.str
	@NoRuntime depends embox.compat.libc.str_dup
	@NoRuntime depends embox.compat.libc.wchar
	@NoRuntime depends embox.compat.libc.locale

	depends embox.mem.heap_api
	//depends embox.fs.syslib.file_system_full
}

@Mandatory
module limits {
	option number name_max = 32
	option number path_max = 128
}
