|
|
1.1 ! root 1: # include <sccs.h> ! 2: ! 3: SCCSID(@(#)null_fn.c 7.1 2/5/81) ! 4: ! 5: /* ! 6: ** NULL_FN -- A null function ! 7: ** ! 8: ** This routine does absolutely nothing at all. ! 9: ** ! 10: ** Algorithm: ! 11: ** none. ! 12: ** ! 13: ** Parameters: ! 14: ** none. ! 15: ** ! 16: ** Returns: ! 17: ** zero ! 18: ** ! 19: ** Side Effects: ! 20: ** none. ! 21: ** ! 22: ** Defined Constants: ! 23: ** none. ! 24: ** ! 25: ** Defines: ! 26: ** null_fn ! 27: ** ! 28: ** Requires: ! 29: ** nothing. ! 30: ** ! 31: ** Required By: ! 32: ** Lots (this system doesn't do much). ! 33: ** ! 34: ** Files: ! 35: ** none. ! 36: ** ! 37: ** Compilation Flags: ! 38: ** none. ! 39: ** ! 40: ** Trace Flags: ! 41: ** none. ! 42: ** ! 43: ** Diagnostics: ! 44: ** none. ! 45: ** ! 46: ** Syserrs: ! 47: ** none. ! 48: ** ! 49: ** Deficiencies: ! 50: ** It should do nothing faster. ! 51: ** ! 52: ** History: ! 53: ** 5/12/80 (eric & polly) -- written. ! 54: ** ! 55: ** Version: ! 56: ** 7.1 ! 57: ** ! 58: ** WARNING: ! 59: ** Do not use this routine if you want to do something. ! 60: */ ! 61: ! 62: null_fn() ! 63: { ! 64: return (0); ! 65: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.