mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-11 21:49:12 +00:00
Add some noexcept annotations
This commit is contained in:
parent
fae1c32267
commit
ea081b262c
9 changed files with 89 additions and 80 deletions
|
@ -2,7 +2,7 @@
|
|||
#define COSMOPOLITAN_TOOL_ARGS_ARGS_H_
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int LoadZipArgs(int *, char ***);
|
||||
int LoadZipArgs(int *, char ***) libcesque;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_TOOL_ARGS_ARGS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue