Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 118 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 118 Bytes

3.61

long cread_alt(long *xp) {
  int result = 0;
  if (xp == null) {
    return 0;
  }
  return *xp;
}