fork(1) download
  1. #include <stdio.h>
  2.  
  3. int f1() {}
  4.  
  5. int main(void) {
  6. printf("%p, %p, %p, %p", main, printf, scanf, f1);
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/402794/101
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
0x5604773ea050, 0x2b8294076830, 0x2b8294077c00, 0x5604773ea180