blob: 9758b85d974125976071efe8a6eea1856bb19b6a [file] [log] [blame]
Douglas Gregor4dd3e942011-08-19 02:29:29 +00001float left(float *);
Douglas Gregorab443b92011-08-20 04:39:52 +00002
3int top_left(char *c);
4
Douglas Gregorb36fc532011-08-20 05:09:43 +00005int left_and_right(int*);
6
7