Most commons are cdecl, stdcall, fastcall
In function calls, parameters are pushed onto the stack from right to left.
int func(int x, int y, int z, int m, int k);
int a, b, c, d, e, ret;| using Microsoft.Win32.SafeHandles; | |
| using System; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Threading; | |
| namespace ConsoleEngine | |
| { |
| #/bin/bash | |
| # Installs libfreetype6 2.8.0 into affected electron app. | |
| # For more details ee: | |
| # https://github.com/atom/atom/issues/15737 | |
| # https://github.com/Microsoft/vscode/issues/35675 | |
| CRT=$(dpkg-query --showformat='${Version}' --show libfreetype6) | |
| CRT=$(echo $CRT | sed -e 's/-.*$//g') |