Allan McCasker

Allan McCasker (6 October 1902 – 29 July 1983) was an Australian rules footballer who played for the North Melbourne Football Club in the Victorian Football League (VFL).[1]

Allan McCasker
Personal information
Full name Allan McCasker
Date of birth (1902-10-06)6 October 1902
Date of death 29 July 1983(1983-07-29) (aged 80)
Playing career1
Years Club Games (Goals)
1925 North Melbourne 3 (0)
1 Playing statistics correct to the end of 1925.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 567. ISBN 978-1-921496-32-5.
gollark: Well, two statements.
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.