Browse code

Add `webwin32`

Robert Cranston authored on 24/11/2025 22:10:22
Showing 2 changed files

... ...
@@ -23,3 +23,9 @@ webc()
23 23
 {
24 24
   websearch "https://cppreference.com/w/c/" "$@"
25 25
 }
26
+
27
+webwin32()
28
+{
29
+  # websearch "https://learn.microsoft.com/en-us/windows/win32/api/" "$@"
30
+  websearch "https://learn.microsoft.com/en-us/windows/" "win32/api" "$@"
31
+}
... ...
@@ -9,6 +9,7 @@ Provided shell functions:
9 9
 -   `webubuntu [<keywords>...]`: [Ubuntu][] packages.
10 10
 -   `webcpp [<terms>...]`: C++ part of [cppreference][].
11 11
 -   `webc [<terms>...]`: C part of [cppreference][].
12
+-   `webwin32 [<terms>...]`: Native C/C++ [Windows API][] (also 64-bit).
12 13
 
13 14
 [`dotfiles-websearch`]: https://git.rcrnstn.net/rcrnstn/dotfiles-websearch
14 15
 [dotfile]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
... ...
@@ -18,6 +19,7 @@ Provided shell functions:
18 19
 [Debian]: https://en.wikipedia.org/wiki/Debian
19 20
 [Ubuntu]: https://en.wikipedia.org/wiki/Ubuntu
20 21
 [cppreference]: https://en.cppreference.com/
22
+[Windows API]: https://en.wikipedia.org/wiki/Windows_API#Major_versions
21 23
 
22 24
 ## License
23 25