An Hae-sook

An Hae-sook (born 1961) is a female former South Korean international table tennis player.[1]

An Hae-sook
Personal information
Nationality South Korea
Born(1961-08-07)August 7, 1961

Table tennis career

She won a bronze medal in the women's doubles with Hwang Nam-sook at the 1981 World Table Tennis Championships[2] [3] and a silver medal in the Corbillon Cup (women's team event) for South Korea.[4]

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?
gollark: <@!309787486278909952> emit antineutrinos.

See also

References

  1. "Profile". Table Tennis Guide.
  2. "Women's doubles results" (PDF). International Table Tennis Federation. Archived from the original (PDF) on 2012-04-12.
  3. "Table Tennis World Championship medal winners". Sports123.
  4. "List of Winners". All About Table Tennis.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.