Changeset 553f8abe for doc/theses/andrew_beach_MMath/existing.tex
- Timestamp:
- Jun 3, 2021, 4:23:07 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4ed7946e
- Parents:
- 3f4bf57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/existing.tex
r3f4bf57 r553f8abe 1 1 \chapter{\CFA Existing Features} 2 \label{c:existing} 2 3 3 4 \CFA (C-for-all)~\cite{Cforall} is an open-source project extending ISO C with … … 58 59 with a @&@ and then assigning a pointer too them. 59 60 60 \begin{minipage}{0, 5\textwidth}61 \begin{minipage}{0,45\textwidth} 61 62 With references: 62 63 \begin{cfa} … … 69 70 \end{cfa} 70 71 \end{minipage} 71 \begin{minipage}{0, 5\textwidth}72 \begin{minipage}{0,45\textwidth} 72 73 With pointers: 73 74 \begin{cfa}
Note: See TracChangeset
for help on using the changeset viewer.