Skip to content

Commit

Permalink
chore(docs): update docs and README for span module
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jan 29, 2024
1 parent dea85d1 commit f83653c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Melon is a generic cross-platform C library. It contains many algorithms, data s
- Cron Format Parser
- Spin Lock
- Prime Generator
- Span
- Data Structures
- Doubly Linked List
- Fibonacci Heap
Expand Down
2 changes: 1 addition & 1 deletion docs/book/cn/func.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mln_func_cb_t mln_func_exit_callback_get(void);



### MLN_FUNC
#### MLN_FUNC

```c
MLN_FUNC(ret_type, name, params, args, func_body);
Expand Down
2 changes: 1 addition & 1 deletion docs/book/en/func.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Return value: Exit function pointer



### MLN_FUNC
#### MLN_FUNC

```c
MLN_FUNC(ret_type, name, params, args, func_body);
Expand Down

0 comments on commit f83653c

Please sign in to comment.