zakuArbor / blog

A random blog by a random human
https://zakuarbor.github.io/blog/
MIT License
3 stars 0 forks source link

[MISC] List of APIs to look #31

Open zakuArbor opened 2 years ago

zakuArbor commented 2 years ago

  vsyslog(priority, fmt, ap); What it is, where the log is located in both unbuntu and fedora. /var/log should be the location for Ubuntu

(item.foo)(Arg) vs item.foo(Arg) in rust. I.e. one is closure stored as a field in strict while the other is a method