Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I do bare metal programming. I have a macro + linker widget called stack_allocated_ptr(x)

So I can write guards like

   if(stack_allocated_ptr(thingie))
   { 
     exit_critical_error( "oopies");
   }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: