John Tudor (cyclist)

John Tudor (born 1953) is an Welsh male former track cyclist.[1]

John Tudor
Personal information
Born(1953-04-18)18 April 1953
Port Talbot, Wales
Team information
DisciplineTrack cycling
RoleRider
Amateur team
1976-77Chequers Road
Professional team
1982Boisage Argos

Cycling career

Tudor became British champion when winning the British National Individual Sprint Championships in 1976.[2]

He represented Wales at both the 1974 British Commonwealth Games and the 1978 Commonwealth Games.[3]

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)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?

References

  1. "profile". Cycling Archives.
  2. ""Second sprint title for Welsh champion." Times, 9 Aug. 1976, p. 6". Times Digital Archives.
  3. "Games results". Commonwealth Games Federation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.