|
1806 | 1806 | %%%%% |
1807 | 1807 |
|
1808 | 1808 | \begin{slide} |
1809 | | -\sltitle{Standardní hlavièkové soubory (2)} |
| 1809 | +\sltitle{Standard header files (2)} |
1810 | 1810 | \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 \\ |
1820 | 1819 | \end{tabular} |
1821 | 1820 | \end{slide} |
1822 | 1821 |
|
1823 | 1822 | \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. |
1826 | 1825 | \end{itemize} |
1827 | 1826 |
|
1828 | 1827 | %%%%% |
1829 | 1828 |
|
1830 | 1829 | \begin{slide} |
1831 | | -\sltitle{Standardní hlavièkové soubory (3)} |
| 1830 | +\sltitle{Standard header files (3)} |
1832 | 1831 | \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 \\ |
1841 | 1840 | \end{tabular} |
1842 | 1841 | \end{slide} |
1843 | 1842 |
|
1844 | 1843 | \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. |
1847 | 1845 | \end{itemize} |
1848 | 1846 |
|
1849 | 1847 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
0 commit comments