Skip to content
Permalink
1a511d3105
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (14 sloc) 420 Bytes
extern int preload (int a);
extern int foo (int);
extern int obj1func1 (int);
extern int obj1func2 (int);
extern int obj2func1 (int);
extern int obj2func2 (int);
extern int obj3func1 (int);
extern int obj3func2 (int);
extern int obj4func1 (int);
extern int obj4func2 (int);
extern int obj5func1 (int);
extern int obj5func2 (int);
extern int obj6func1 (int);
extern int obj6func2 (int);