Skip to content

Commit bc66813

Browse files
committed
Finished translation of header file slides/notes.
1 parent 45a2745 commit bc66813

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

intro.tex

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,44 +1806,42 @@
18061806
%%%%%
18071807

18081808
\begin{slide}
1809-
\sltitle{Standardní hlavièkové soubory (2)}
1809+
\sltitle{Standard header files (2)}
18101810
\begin{tabular}{l@{\hspace{3ex}\dots\hspace{3ex}}l}
1811-
\texttt{unistd.h} & symbolické konstanty, typy a základní funkce \\
1812-
\texttt{sys/types.h} & datové typy \\
1813-
\texttt{fcntl.h} & øídící operace pro soubory \\
1814-
\texttt{sys/stat.h} & informace o souborech \\
1815-
\texttt{dirent.h} & procházení adresáøù \\
1816-
\texttt{sys/wait.h} & èekání na synovské procesy \\
1817-
\texttt{sys/mman.h} & mapování pamìti \\
1818-
\texttt{curses.h} & ovládání terminálu \\
1819-
\texttt{regex.h} & práce s regulárními výrazy\\
1811+
\texttt{unistd.h} & standard symbolic constants and types \\
1812+
\texttt{sys/types.h} & data types \\
1813+
\texttt{fcntl.h} & file control options \\
1814+
\texttt{sys/stat.h} & information on files \\
1815+
\texttt{dirent.h} & directory entry format \\
1816+
\texttt{sys/wait.h} & waiting for children \\
1817+
\texttt{sys/mman.h} & memory mapping \\
1818+
\texttt{regex.h} & working with regular expressions \\
18201819
\end{tabular}
18211820
\end{slide}
18221821

18231822
\begin{itemize}
1824-
\item tyto headery u¾ patøí do UNIXu.
1825-
\item zajímavé mù¾e být podívat se do \texttt{sys/types.h}
1823+
\item These headers are part of the UNIX specification.
1824+
\item Looking into these header files may be worth your while.
18261825
\end{itemize}
18271826

18281827
%%%%%
18291828

18301829
\begin{slide}
1831-
\sltitle{Standardní hlavièkové soubory (3)}
1830+
\sltitle{Standard header files (3)}
18321831
\begin{tabular}{l@{\hspace{3ex}\dots\hspace{3ex}}l}
1833-
\texttt{semaphore.h} & semafory (POSIX) \\
1834-
\texttt{pthread.h} & vlákna (POSIX threads) \\
1835-
\texttt{sys/socket.h} & sí»ová komunikace \\
1836-
\texttt{arpa/inet.h} & manipulace se sí»ovými adresami\\
1837-
\texttt{sys/ipc.h} & spoleèné deklarace pro System~V IPC \\
1838-
\texttt{sys/shm.h} & sdíle{}ná pamì» (System~V) \\
1839-
\texttt{sys/msg.h} & fronty zpráv (System~V)\\
1840-
\texttt{sys/sem.h} & semafory (System~V) \\
1832+
\texttt{sys/socket.h} & network communication \\
1833+
\texttt{arpa/inet.h} & definitions for internet operations \\
1834+
\texttt{pthread.h} & POSIX threads \\
1835+
\texttt{semaphore.h} & POSIX semaphores \\
1836+
\texttt{sys/ipc.h} & System~V IPC \\
1837+
\texttt{sys/shm.h} & System~V shared memory \\
1838+
\texttt{sys/msg.h} & System~V messages \\
1839+
\texttt{sys/sem.h} & System~V semaphores \\
18411840
\end{tabular}
18421841
\end{slide}
18431842

18441843
\begin{itemize}
1845-
\item dokonèení nejdùle¾itìj¹ích UNIXových headerù. Existují samozøejmì
1846-
je¹\-tì dal\-¹í.
1844+
\item There are also many other standard header files.
18471845
\end{itemize}
18481846

18491847
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)