Copy of old lessons from afs webpage

This commit is contained in:
2026-02-06 10:10:27 +01:00
commit 80df91d0df
43 changed files with 6945 additions and 0 deletions
@@ -0,0 +1,5 @@
#include <stdexcept>
class epicsExceptionOutOfMemory : public runtime_error
{
public epicsExceptionOutOfMemory(char* where)
}