diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-10-05 21:32:43 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-10-05 21:32:43 -0500 |
| commit | acb4b2207b1badf7027c487d61e19adf12cf40da (patch) | |
| tree | 0bab1791bdb727b2a08ff061f7cb3e7191a54cee /2023-2/topics.txt | |
| parent | a79d2ac6a872cb0b10fd502adbf853b013bcde70 (diff) | |
| download | LP1-acb4b2207b1badf7027c487d61e19adf12cf40da.tar.gz LP1-acb4b2207b1badf7027c487d61e19adf12cf40da.tar.bz2 LP1-acb4b2207b1badf7027c487d61e19adf12cf40da.zip | |
Add 2023-2/L04 solution
Diffstat (limited to '2023-2/topics.txt')
| -rw-r--r-- | 2023-2/topics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2023-2/topics.txt b/2023-2/topics.txt index 3011ba8..5f7d64f 100644 --- a/2023-2/topics.txt +++ b/2023-2/topics.txt @@ -2,7 +2,7 @@ * L1: Static libraries * L2: Arrays and pointers, "asignación de memoria exacta" (stack memory) (*) * L3: "asignación de memoria dinamica" (heap memory) (**) -* L4: +* L4: Generic (void) pointers * L5: * LA: past mid-term exam solution * E1: |
