From bfb8993b8e0f40237ae2e0010f93bab4071a30db Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 7 Jan 2025 10:05:04 +0100 Subject: [PATCH] =?UTF-8?q?Soubory:=20open=20m=C3=A1=20defaultn=C3=AD=20m?= =?UTF-8?q?=C3=B3d=20"r"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11-soubory/11-soubory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11-soubory/11-soubory.tex b/11-soubory/11-soubory.tex index 01c4038..be2a9ff 100644 --- a/11-soubory/11-soubory.tex +++ b/11-soubory/11-soubory.tex @@ -61,7 +61,7 @@ nejčastěji: \item jméno souboru \item mód přístupu: \begin{itemize} - \item {\tt r} = čtení + \item {\tt r} = čtení (default, pokud mód vynecháme) \item {\tt w} = zápis (založí/vyprázdní soubor) \item {\tt a} = zápis na konec (append) \item {\tt r+/w+} = čtení i zápis -- GitLab