We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3af18 commit eba4363Copy full SHA for eba4363
lib-abi/abi-main.c
@@ -7,7 +7,7 @@
7
* Run like this:
8
*
9
* $ gcc -m32 -shared -o libabi.so libabi-32.c
10
- * $ gcc -m32 -L. -Xlinker -R . -labi abi-main.c
+ * $ gcc -m32 -L. -Xlinker -R . abi-main.c -labi
11
* $ ./a.out 7 4
12
* 10002000
13
* result: 11
0 commit comments