Skip to content

Commit 515cb5a

Browse files
committed
add path to calloc
1 parent a6b6cf7 commit 515cb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/cpp20/implicit_creation_of_objects_for_low-level_object_manipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ C++においては、ポインタに対する演算(`+ -`など)はそのポ
181181
- [`std::allocator<T>::allocate`](/reference/memory/allocator/allocate.md)
182182
- Cライブラリ関数
183183
- `std::aligned_alloc`
184-
- `std::calloc`
184+
- [`std::calloc`](/reference/cstdlib/calloc.md)
185185
- `std::malloc`
186186
- `std::realloc`
187187
- `std::memcpy`

0 commit comments

Comments
 (0)