Auto-generate some documentation
This commit is contained in:
@@ -19,4 +19,9 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
|
||||
long(rounddown)(long w, long k) { return ROUNDDOWN(w, k); }
|
||||
/**
|
||||
* Rounds down 𝑤 to next two power 𝑘.
|
||||
*/
|
||||
long(rounddown)(long w, long k) {
|
||||
return ROUNDDOWN(w, k);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user