Add some noexcept annotations

This commit is contained in:
Justine Tunney 2024-06-01 03:19:53 -07:00
parent fae1c32267
commit ea081b262c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 89 additions and 80 deletions

View file

@ -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_ */